#FAF2A7

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

Shades of Shalimar #FAF2A7

Tints of Shalimar #FAF2A7

Color information

#FAF2A7 (or 0xFAF2A7) is unknown color: approx Shalimar. HEX triplet: FA, F2 and A7. RGB value is (250,242,167). Sum of RGB (Red+Green+Blue) = 250+242+167=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 167 (65.62% from 255 or 25.34% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A7 is #050D58. Grayscale: #ECECEC. Windows color (decimal): -331097 or 11006714. OLE color: 11006714.

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

Color convert

RGB250242167-
CMYK00.030.330.02
HSL54.22º89.25%81.76%-
HSV(B)54.22º33.2%98.04%-
XYZ78.1586.6249.16-
YUV235.8489.15138.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 167 (65.62% from 255) = 25.34%
R=37.94%
G=36.72%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024216700.030.330.0254.2289.2581.76
HexFAF2A703212365952
Octal3723622470341266131122
Binary1111101011110010101001110111000011011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2A7; }

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

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

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

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

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

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

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

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