#FAF6A8

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

Shades of Shalimar #FAF6A8

Tints of Shalimar #FAF6A8

Color information

#FAF6A8 (or 0xFAF6A8) is unknown color: approx Shalimar. HEX triplet: FA, F6 and A8. RGB value is (250,246,168). Sum of RGB (Red+Green+Blue) = 250+246+168=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 168 (66.02% from 255 or 25.30% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6A8 is #050957. Grayscale: #EEEEEE. Windows color (decimal): -330072 or 11073274. OLE color: 11073274.

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

Color convert

RGB250246168-
CMYK00.020.330.02
HSL57.07º89.13%81.96%-
HSV(B)57.07º32.8%98.04%-
XYZ79.4589.0650.05-
YUV238.388.33136.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 246 (96.48% from 255) = 37.05%
BLUE value IS 168 (66.02% from 255) = 25.30%
R=37.65%
G=37.05%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024616800.020.330.0257.0789.1381.96
HexFAF6A802212395952
Octal3723662500241271131122
Binary1111101011110110101010000101000011011100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6A8; }

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

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

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

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

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

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

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

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