#FAF3AD

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

Shades of Shalimar #FAF3AD

Tints of Shalimar #FAF3AD

Color information

#FAF3AD (or 0xFAF3AD) is unknown color: approx Shalimar. HEX triplet: FA, F3 and AD. RGB value is (250,243,173). Sum of RGB (Red+Green+Blue) = 250+243+173=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3AD is #050C52. Grayscale: #EDEDED. Windows color (decimal): -330835 or 11400186. OLE color: 11400186.

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

Color convert

RGB250243173-
CMYK00.030.310.02
HSL54.55º88.51%82.94%-
HSV(B)54.55º30.8%98.04%-
XYZ79.0287.4452.25-
YUV237.1191.82137.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 173 (67.97% from 255) = 25.98%
R=37.54%
G=36.49%
B=25.98%

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
Decimal25024317300.030.310.0254.5588.5182.94
HexFAF3AD031F2375953
Octal3723632550337267131123
Binary111110101111001110101101011111111011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3AD; }

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

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

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

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

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

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

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

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