#FAF2A6

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

Shades of Shalimar #FAF2A6

Tints of Shalimar #FAF2A6

Color information

#FAF2A6 (or 0xFAF2A6) is unknown color: approx Shalimar. HEX triplet: FA, F2 and A6. RGB value is (250,242,166). Sum of RGB (Red+Green+Blue) = 250+242+166=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A6 is #050D59. Grayscale: #ECECEC. Windows color (decimal): -331098 or 10941178. OLE color: 10941178.

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

Color convert

RGB250242166-
CMYK00.030.340.02
HSL54.29º89.36%81.57%-
HSV(B)54.29º33.6%98.04%-
XYZ78.0686.5848.67-
YUV235.7388.65138.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 166 (65.23% from 255) = 25.23%
R=37.99%
G=36.78%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024216600.030.340.0254.2989.3681.57
HexFAF2A603222365952
Octal3723622460342266131122
Binary1111101011110010101001100111000101011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2A6; }

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

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

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

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

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

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

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

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