#FAF4D5

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

Shades of China Ivory #FAF4D5

Tints of China Ivory #FAF4D5

Color information

#FAF4D5 (or 0xFAF4D5) is unknown color: approx China Ivory. HEX triplet: FA, F4 and D5. RGB value is (250,244,213). Sum of RGB (Red+Green+Blue) = 250+244+213=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 244 (95.70% from 255 or 34.51% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4D5 is #050B2A. Grayscale: #F2F2F2. Windows color (decimal): -330539 or 14021882. OLE color: 14021882.

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

Color convert

RGB250244213-
CMYK00.020.150.02
HSL50.27º78.72%90.78%-
HSV(B)50.27º14.8%98.04%-
XYZ83.7989.8375.87-
YUV242.26111.49133.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 244 (95.70% from 255) = 34.51%
BLUE value IS 213 (83.59% from 255) = 30.13%
R=35.36%
G=34.51%
B=30.13%

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
Decimal25024421300.020.150.0250.2778.7290.78
HexFAF4D502F2324f5b
Octal3723643250217262117133
Binary11111010111101001101010101011111011001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4D5; }

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

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

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

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

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

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

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

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