#FBF8AB

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

Shades of Shalimar #FBF8AB

Tints of Shalimar #FBF8AB

Color information

#FBF8AB (or 0xFBF8AB) is unknown color: approx Shalimar. HEX triplet: FB, F8 and AB. RGB value is (251,248,171). Sum of RGB (Red+Green+Blue) = 251+248+171=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 171 (67.19% from 255 or 25.52% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF8AB is #040754. Grayscale: #F0F0F0. Windows color (decimal): -264021 or 11270395. OLE color: 11270395.

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

Color convert

RGB251248171-
CMYK00.010.320.02
HSL57.75º90.91%82.75%-
HSV(B)57.75º31.87%98.43%-
XYZ80.790.5851.76-
YUV240.1288.99135.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 171 (67.19% from 255) = 25.52%
R=37.46%
G=37.01%
B=25.52%

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
Decimal25124817100.010.320.0257.7590.9182.75
HexFBF8AB012023a5b53
Octal3733702530140272133123
Binary111110111111100010101011011000001011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8AB; }

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

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

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

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

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

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

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

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