#FBF2AC

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

Shades of Shalimar #FBF2AC

Tints of Shalimar #FBF2AC

Color information

#FBF2AC (or 0xFBF2AC) is unknown color: approx Shalimar. HEX triplet: FB, F2 and AC. RGB value is (251,242,172). Sum of RGB (Red+Green+Blue) = 251+242+172=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AC is #040D53. Grayscale: #EDEDED. Windows color (decimal): -265556 or 11334395. OLE color: 11334395.

HSL color Cylindrical-coordinate representation of color #FBF2AC: hue angle of 53.16º 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 #FBF2AC is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251242172-
CMYK00.040.310.02
HSL53.16º90.8%82.94%-
HSV(B)53.16º31.47%98.43%-
XYZ78.9886.9951.66-
YUV236.7191.48138.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 172 (67.58% from 255) = 25.86%
R=37.74%
G=36.39%
B=25.86%

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
Decimal25124217200.040.310.0253.1690.882.94
HexFBF2AC041F2355b53
Octal3733622540437265133123
Binary1111101111110010101011000100111111011010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2AC; }

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

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

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

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

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

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

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

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