#FBF5A7

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

Shades of Shalimar #FBF5A7

Tints of Shalimar #FBF5A7

Color information

#FBF5A7 (or 0xFBF5A7) is unknown color: approx Shalimar. HEX triplet: FB, F5 and A7. RGB value is (251,245,167). Sum of RGB (Red+Green+Blue) = 251+245+167=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 167 (65.62% from 255 or 25.19% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF5A7 is #040A58. Grayscale: #EEEEEE. Windows color (decimal): -264793 or 11007483. OLE color: 11007483.

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

Color convert

RGB251245167-
CMYK00.020.330.02
HSL55.71º91.3%81.96%-
HSV(B)55.71º33.47%98.43%-
XYZ79.4188.649.48-
YUV237.987.99137.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 167 (65.62% from 255) = 25.19%
R=37.86%
G=36.95%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124516700.020.330.0255.7191.381.96
HexFBF5A702212385b52
Octal3733652470241270133122
Binary1111101111110101101001110101000011011100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5A7; }

 p { color: rgb(251,245,167); }

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

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

 a { background-color: rgb(251,245,167); }

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

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

 span { border-color: rgb(251,245,167); }

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