#FAF0D0

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

Shades of China Ivory #FAF0D0

Tints of China Ivory #FAF0D0

Color information

#FAF0D0 (or 0xFAF0D0) is unknown color: approx China Ivory. HEX triplet: FA, F0 and D0. RGB value is (250,240,208). Sum of RGB (Red+Green+Blue) = 250+240+208=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0D0 is #050F2F. Grayscale: #EFEFEF. Windows color (decimal): -331568 or 13693178. OLE color: 13693178.

HSL color Cylindrical-coordinate representation of color #FAF0D0: hue angle of 45.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAF0D0 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250240208-
CMYK00.040.170.02
HSL45.71º80.77%89.8%-
HSV(B)45.71º16.8%98.04%-
XYZ81.9787.272.19-
YUV239.34110.31135.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 208 (81.64% from 255) = 29.80%
R=35.82%
G=34.38%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024020800.040.170.0245.7180.7789.8
HexFAF0D0041122e515a
Octal3723603200421256121132
Binary1111101011110000110100000100100011010111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0D0; }

 p { color: rgb(250,240,208); }

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

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

 a { background-color: rgb(250,240,208); }

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

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

 span { border-color: rgb(250,240,208); }

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