#FAF5D9

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

Shades of China Ivory #FAF5D9

Tints of China Ivory #FAF5D9

Color information

#FAF5D9 (or 0xFAF5D9) is unknown color: approx China Ivory. HEX triplet: FA, F5 and D9. RGB value is (250,245,217). Sum of RGB (Red+Green+Blue) = 250+245+217=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 217 (85.16% from 255 or 30.48% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5D9 is #050A26. Grayscale: #F3F3F3. Windows color (decimal): -330279 or 14284282. OLE color: 14284282.

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

Color convert

RGB250245217-
CMYK00.020.130.02
HSL50.91º76.74%91.57%-
HSV(B)50.91º13.2%98.04%-
XYZ84.690.6478.68-
YUV243.3113.16132.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 217 (85.16% from 255) = 30.48%
R=35.11%
G=34.41%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024521700.020.130.0250.9176.7491.57
HexFAF5D902D2334d5c
Octal3723653310215263115134
Binary11111010111101011101100101011011011001110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5D9; }

 p { color: rgb(250,245,217); }

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

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

 a { background-color: rgb(250,245,217); }

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

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

 span { border-color: rgb(250,245,217); }

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