#FAF4AA

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

Shades of Shalimar #FAF4AA

Tints of Shalimar #FAF4AA

Color information

#FAF4AA (or 0xFAF4AA) is unknown color: approx Shalimar. HEX triplet: FA, F4 and AA. RGB value is (250,244,170). Sum of RGB (Red+Green+Blue) = 250+244+170=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4AA is #050B55. Grayscale: #EDEDED. Windows color (decimal): -330582 or 11203834. OLE color: 11203834.

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

Color convert

RGB250244170-
CMYK00.020.320.02
HSL55.5º88.89%82.35%-
HSV(B)55.5º32%98.04%-
XYZ79.0387.9350.84-
YUV237.3689.99137.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 244 (95.70% from 255) = 36.75%
BLUE value IS 170 (66.80% from 255) = 25.60%
R=37.65%
G=36.75%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024417000.020.320.0255.588.8982.35
HexFAF4AA02202385952
Octal3723642520240270131122
Binary1111101011110100101010100101000001011100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4AA; }

 p { color: rgb(250,244,170); }

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

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

 a { background-color: rgb(250,244,170); }

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

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

 span { border-color: rgb(250,244,170); }

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