#FBF9AB

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

Shades of Shalimar #FBF9AB

Tints of Shalimar #FBF9AB

Color information

#FBF9AB (or 0xFBF9AB) is unknown color: approx Shalimar. HEX triplet: FB, F9 and AB. RGB value is (251,249,171). Sum of RGB (Red+Green+Blue) = 251+249+171=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9AB is #040654. Grayscale: #F1F1F1. Windows color (decimal): -263765 or 11270651. OLE color: 11270651.

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

Color convert

RGB251249171-
CMYK00.010.320.02
HSL58.5º90.91%82.75%-
HSV(B)58.5º31.87%98.43%-
XYZ81.0191.251.86-
YUV240.7188.66135.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 171 (67.19% from 255) = 25.48%
R=37.41%
G=37.11%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124917100.010.320.0258.590.9182.75
HexFBF9AB012023a5b53
Octal3733712530140272133123
Binary111110111111100110101011011000001011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9AB; }

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

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

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

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

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

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

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

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