#FAF5D4

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

Shades of China Ivory #FAF5D4

Tints of China Ivory #FAF5D4

Color information

#FAF5D4 (or 0xFAF5D4) is unknown color: approx China Ivory. HEX triplet: FA, F5 and D4. RGB value is (250,245,212). Sum of RGB (Red+Green+Blue) = 250+245+212=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 212 (83.20% from 255 or 29.99% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5D4 is #050A2B. Grayscale: #F2F2F2. Windows color (decimal): -330284 or 13956602. OLE color: 13956602.

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

Color convert

RGB250245212-
CMYK00.020.150.02
HSL52.11º79.17%90.59%-
HSV(B)52.11º15.2%98.04%-
XYZ83.9690.3875.31-
YUV242.73110.66133.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 245 (96.09% from 255) = 34.65%
BLUE value IS 212 (83.20% from 255) = 29.99%
R=35.36%
G=34.65%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024521200.020.150.0252.1179.1790.59
HexFAF5D402F2344f5b
Octal3723653240217264117133
Binary11111010111101011101010001011111011010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5D4; }

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

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

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

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

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

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

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

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