#FBF8AA

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

Shades of Shalimar #FBF8AA

Tints of Shalimar #FBF8AA

Color information

#FBF8AA (or 0xFBF8AA) is unknown color: approx Shalimar. HEX triplet: FB, F8 and AA. RGB value is (251,248,170). Sum of RGB (Red+Green+Blue) = 251+248+170=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8AA is #040755. Grayscale: #F0F0F0. Windows color (decimal): -264022 or 11204859. OLE color: 11204859.

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

Color convert

RGB251248170-
CMYK00.010.320.02
HSL57.78º91.01%82.55%-
HSV(B)57.78º32.27%98.43%-
XYZ80.6190.5551.26-
YUV24088.49135.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=37.52%
G=37.07%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124817000.010.320.0257.7891.0182.55
HexFBF8AA012023a5b53
Octal3733702520140272133123
Binary111110111111100010101010011000001011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8AA; }

 p { color: rgb(251,248,170); }

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

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

 a { background-color: rgb(251,248,170); }

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

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

 span { border-color: rgb(251,248,170); }

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