#FBF8AE

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

Shades of Shalimar #FBF8AE

Tints of Shalimar #FBF8AE

Color information

#FBF8AE (or 0xFBF8AE) is unknown color: approx Shalimar. HEX triplet: FB, F8 and AE. RGB value is (251,248,174). Sum of RGB (Red+Green+Blue) = 251+248+174=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 174 (68.36% from 255 or 25.85% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8AE is #040751. Grayscale: #F0F0F0. Windows color (decimal): -264018 or 11467003. OLE color: 11467003.

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

Color convert

RGB251248174-
CMYK00.010.310.02
HSL57.66º90.59%83.33%-
HSV(B)57.66º30.68%98.43%-
XYZ80.9990.753.28-
YUV240.4690.49135.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 174 (68.36% from 255) = 25.85%
R=37.30%
G=36.85%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124817400.010.310.0257.6690.5983.33
HexFBF8AE011F23a5b53
Octal3733702560137272133123
Binary11111011111110001010111001111111011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8AE; }

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

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

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

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

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

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

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

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