#FBFAA6

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

Shades of Shalimar #FBFAA6

Tints of Shalimar #FBFAA6

Color information

#FBFAA6 (or 0xFBFAA6) is unknown color: approx Shalimar. HEX triplet: FB, FA and A6. RGB value is (251,250,166). Sum of RGB (Red+Green+Blue) = 251+250+166=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 166 (65.23% from 255 or 24.89% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA6 is #040559. Grayscale: #F1F1F1. Windows color (decimal): -263514 or 10943227. OLE color: 10943227.

HSL color Cylindrical-coordinate representation of color #FBFAA6: hue angle of 59.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBFAA6 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251250166-
CMYK00.000.340.02
HSL59.29º91.4%81.76%-
HSV(B)59.29º33.86%98.43%-
XYZ80.8591.6349.5-
YUV240.7285.83135.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 166 (65.23% from 255) = 24.89%
R=37.63%
G=37.48%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125016600.000.340.0259.2991.481.76
HexFBFAA6002223b5b52
Octal3733722460042273133122
Binary111110111111101010100110001000101011101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAA6; }

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

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

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

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

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

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

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

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