#FBFAA8

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

Shades of Shalimar #FBFAA8

Tints of Shalimar #FBFAA8

Color information

#FBFAA8 (or 0xFBFAA8) is unknown color: approx Shalimar. HEX triplet: FB, FA and A8. RGB value is (251,250,168). Sum of RGB (Red+Green+Blue) = 251+250+168=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 168 (66.02% from 255 or 25.11% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA8 is #040557. Grayscale: #F1F1F1. Windows color (decimal): -263512 or 11074299. OLE color: 11074299.

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

Color convert

RGB251250168-
CMYK00.000.330.02
HSL59.28º91.21%82.16%-
HSV(B)59.28º33.07%98.43%-
XYZ81.0491.7150.48-
YUV240.9586.83135.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 168 (66.02% from 255) = 25.11%
R=37.52%
G=37.37%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125016800.000.330.0259.2891.2182.16
HexFBFAA8002123b5b52
Octal3733722500041273133122
Binary111110111111101010101000001000011011101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAA8; }

 p { color: rgb(251,250,168); }

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

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

 a { background-color: rgb(251,250,168); }

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

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

 span { border-color: rgb(251,250,168); }

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