#FBF9A9

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

Shades of Shalimar #FBF9A9

Tints of Shalimar #FBF9A9

Color information

#FBF9A9 (or 0xFBF9A9) is unknown color: approx Shalimar. HEX triplet: FB, F9 and A9. RGB value is (251,249,169). Sum of RGB (Red+Green+Blue) = 251+249+169=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 169 (66.41% from 255 or 25.26% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9A9 is #040656. Grayscale: #F0F0F0. Windows color (decimal): -263767 or 11139579. OLE color: 11139579.

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

Color convert

RGB251249169-
CMYK00.010.330.02
HSL58.54º91.11%82.35%-
HSV(B)58.54º32.67%98.43%-
XYZ80.8291.1350.87-
YUV240.4887.66135.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 249 (97.66% from 255) = 37.22%
BLUE value IS 169 (66.41% from 255) = 25.26%
R=37.52%
G=37.22%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124916900.010.330.0258.5491.1182.35
HexFBF9A9012123b5b52
Octal3733712510141273133122
Binary111110111111100110101001011000011011101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9A9; }

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

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

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

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

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

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

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

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