#FBF2AD

Color #FBF2AD Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FBF2AD

Tints of Shalimar #FBF2AD

Color information

#FBF2AD (or 0xFBF2AD) is unknown color: approx Shalimar. HEX triplet: FB, F2 and AD. RGB value is (251,242,173). Sum of RGB (Red+Green+Blue) = 251+242+173=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AD is #040D52. Grayscale: #EDEDED. Windows color (decimal): -265555 or 11399931. OLE color: 11399931.

HSL color Cylindrical-coordinate representation of color #FBF2AD: hue angle of 53.08º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBF2AD is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251242173-
CMYK00.040.310.02
HSL53.08º90.7%83.14%-
HSV(B)53.08º31.08%98.43%-
XYZ79.0887.0352.17-
YUV236.8291.98138.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 173 (67.97% from 255) = 25.98%
R=37.69%
G=36.34%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124217300.040.310.0253.0890.783.14
HexFBF2AD041F2355b53
Octal3733622550437265133123
Binary1111101111110010101011010100111111011010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2AD; }

 p { color: rgb(251,242,173); }

 H1.HeaderClassName
 {
   color: #FBF2AD;
 }
 .AnyTagClassName
 {
   color: #FBF2AD;
 }
</style>
background-color css

<style>
 a { background-color: #FBF2AD; }

 a { background-color: rgb(251,242,173); }

 div.DivClassName
 {
   background-color: #FBF2AD;
 }
 .BgClassName
 {
   background-color: #FBF2AD;
 }
</style>
border-color css

<style>
 span { border-color: #FBF2AD; }

 span { border-color: rgb(251,242,173); }

 td.TdClassName
 {
   border-color: #FBF2AD;
 }
 .TagClassName
 {
   border-color: #FBF2AD;
 }
</style>