#FBF7A6

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

Shades of Shalimar #FBF7A6

Tints of Shalimar #FBF7A6

Color information

#FBF7A6 (or 0xFBF7A6) is unknown color: approx Shalimar. HEX triplet: FB, F7 and A6. RGB value is (251,247,166). Sum of RGB (Red+Green+Blue) = 251+247+166=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 166 (65.23% from 255 or 25% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7A6 is #040859. Grayscale: #EFEFEF. Windows color (decimal): -264282 or 10942459. OLE color: 10942459.

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

Color convert

RGB251247166-
CMYK00.020.340.02
HSL57.18º91.4%81.76%-
HSV(B)57.18º33.86%98.43%-
XYZ79.9389.7849.19-
YUV238.9686.83136.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 166 (65.23% from 255) = 25%
R=37.80%
G=37.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124716600.020.340.0257.1891.481.76
HexFBF7A602222395b52
Octal3733672460242271133122
Binary1111101111110111101001100101000101011100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7A6; }

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

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

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

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

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

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

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

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