#FAF4D4

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

Shades of China Ivory #FAF4D4

Tints of China Ivory #FAF4D4

Color information

#FAF4D4 (or 0xFAF4D4) is unknown color: approx China Ivory. HEX triplet: FA, F4 and D4. RGB value is (250,244,212). Sum of RGB (Red+Green+Blue) = 250+244+212=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 244 (95.70% from 255 or 34.56% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4D4 is #050B2B. Grayscale: #F2F2F2. Windows color (decimal): -330540 or 13956346. OLE color: 13956346.

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

Color convert

RGB250244212-
CMYK00.020.150.02
HSL50.53º79.17%90.59%-
HSV(B)50.53º15.2%98.04%-
XYZ83.6689.7875.21-
YUV242.15110.99133.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 244 (95.70% from 255) = 34.56%
BLUE value IS 212 (83.20% from 255) = 30.03%
R=35.41%
G=34.56%
B=30.03%

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
Decimal25024421200.020.150.0250.5379.1790.59
HexFAF4D402F2334f5b
Octal3723643240217263117133
Binary11111010111101001101010001011111011001110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4D4; }

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

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

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

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

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

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

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

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