#FBF2AA

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

Shades of Shalimar #FBF2AA

Tints of Shalimar #FBF2AA

Color information

#FBF2AA (or 0xFBF2AA) is unknown color: approx Shalimar. HEX triplet: FB, F2 and AA. RGB value is (251,242,170). Sum of RGB (Red+Green+Blue) = 251+242+170=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AA is #040D55. Grayscale: #ECECEC. Windows color (decimal): -265558 or 11203323. OLE color: 11203323.

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

Color convert

RGB251242170-
CMYK00.040.320.02
HSL53.33º91.01%82.55%-
HSV(B)53.33º32.27%98.43%-
XYZ78.7986.9250.65-
YUV236.4890.48138.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 170 (66.80% from 255) = 25.64%
R=37.86%
G=36.50%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124217000.040.320.0253.3391.0182.55
HexFBF2AA04202355b53
Octal3733622520440265133123
Binary11111011111100101010101001001000001011010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2AA; }

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

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

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

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

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

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

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

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