#FBF0AC

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

Shades of Shalimar #FBF0AC

Tints of Shalimar #FBF0AC

Color information

#FBF0AC (or 0xFBF0AC) is unknown color: approx Shalimar. HEX triplet: FB, F0 and AC. RGB value is (251,240,172). Sum of RGB (Red+Green+Blue) = 251+240+172=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 172 (67.58% from 255 or 25.94% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0AC is #040F53. Grayscale: #EBEBEB. Windows color (decimal): -266068 or 11333883. OLE color: 11333883.

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

Color convert

RGB251240172-
CMYK00.040.310.02
HSL51.65º90.8%82.94%-
HSV(B)51.65º31.47%98.43%-
XYZ78.3985.8151.46-
YUV235.5492.14139.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 172 (67.58% from 255) = 25.94%
R=37.86%
G=36.20%
B=25.94%

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
Decimal25124017200.040.310.0251.6590.882.94
HexFBF0AC041F2345b53
Octal3733602540437264133123
Binary1111101111110000101011000100111111011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0AC; }

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

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

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

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

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

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

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

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