#FAF4AD

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

Shades of Shalimar #FAF4AD

Tints of Shalimar #FAF4AD

Color information

#FAF4AD (or 0xFAF4AD) is unknown color: approx Shalimar. HEX triplet: FA, F4 and AD. RGB value is (250,244,173). Sum of RGB (Red+Green+Blue) = 250+244+173=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4AD is #050B52. Grayscale: #EDEDED. Windows color (decimal): -330579 or 11400442. OLE color: 11400442.

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

Color convert

RGB250244173-
CMYK00.020.310.02
HSL55.32º88.51%82.94%-
HSV(B)55.32º30.8%98.04%-
XYZ79.3288.0452.35-
YUV237.791.49136.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 173 (67.97% from 255) = 25.94%
R=37.48%
G=36.58%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024417300.020.310.0255.3288.5182.94
HexFAF4AD021F2375953
Octal3723642550237267131123
Binary111110101111010010101101010111111011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4AD; }

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

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

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

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

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

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

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

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