#FBF2AE

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

Shades of Shalimar #FBF2AE

Tints of Shalimar #FBF2AE

Color information

#FBF2AE (or 0xFBF2AE) is unknown color: approx Shalimar. HEX triplet: FB, F2 and AE. RGB value is (251,242,174). Sum of RGB (Red+Green+Blue) = 251+242+174=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AE is #040D51. Grayscale: #EDEDED. Windows color (decimal): -265554 or 11465467. OLE color: 11465467.

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

Color convert

RGB251242174-
CMYK00.040.310.02
HSL52.99º90.59%83.33%-
HSV(B)52.99º30.68%98.43%-
XYZ79.1887.0752.68-
YUV236.9492.48138.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 174 (68.36% from 255) = 26.09%
R=37.63%
G=36.28%
B=26.09%

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
Decimal25124217400.040.310.0252.9990.5983.33
HexFBF2AE041F2355b53
Octal3733622560437265133123
Binary1111101111110010101011100100111111011010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2AE; }

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

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

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

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

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

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

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

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