#FAF2AC

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

Shades of Shalimar #FAF2AC

Tints of Shalimar #FAF2AC

Color information

#FAF2AC (or 0xFAF2AC) is unknown color: approx Shalimar. HEX triplet: FA, F2 and AC. RGB value is (250,242,172). Sum of RGB (Red+Green+Blue) = 250+242+172=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 172 (67.58% from 255 or 25.90% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2AC is #050D53. Grayscale: #ECECEC. Windows color (decimal): -331092 or 11334394. OLE color: 11334394.

HSL color Cylindrical-coordinate representation of color #FAF2AC: hue angle of 53.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAF2AC is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250242172-
CMYK00.030.310.02
HSL53.85º88.64%82.75%-
HSV(B)53.85º31.2%98.04%-
XYZ78.6286.8151.64-
YUV236.4191.65137.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 172 (67.58% from 255) = 25.90%
R=37.65%
G=36.45%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024217200.030.310.0253.8588.6482.75
HexFAF2AC031F2365953
Octal3723622540337266131123
Binary111110101111001010101100011111111011011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2AC; }

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

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

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

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

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

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

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

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