#FBF4A9

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

Shades of Shalimar #FBF4A9

Tints of Shalimar #FBF4A9

Color information

#FBF4A9 (or 0xFBF4A9) is unknown color: approx Shalimar. HEX triplet: FB, F4 and A9. RGB value is (251,244,169). Sum of RGB (Red+Green+Blue) = 251+244+169=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 169 (66.41% from 255 or 25.45% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4A9 is #040B56. Grayscale: #EDEDED. Windows color (decimal): -265047 or 11138299. OLE color: 11138299.

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

Color convert

RGB251244169-
CMYK00.030.330.02
HSL54.88º91.11%82.35%-
HSV(B)54.88º32.67%98.43%-
XYZ79.388.0850.36-
YUV237.5489.32137.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 244 (95.70% from 255) = 36.75%
BLUE value IS 169 (66.41% from 255) = 25.45%
R=37.80%
G=36.75%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124416900.030.330.0254.8891.1182.35
HexFBF4A903212375b52
Octal3733642510341267133122
Binary1111101111110100101010010111000011011011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4A9; }

 p { color: rgb(251,244,169); }

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

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

 a { background-color: rgb(251,244,169); }

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

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

 span { border-color: rgb(251,244,169); }

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