#FAF0CF

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

Shades of China Ivory #FAF0CF

Tints of China Ivory #FAF0CF

Color information

#FAF0CF (or 0xFAF0CF) is unknown color: approx China Ivory. HEX triplet: FA, F0 and CF. RGB value is (250,240,207). Sum of RGB (Red+Green+Blue) = 250+240+207=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0CF is #050F30. Grayscale: #EFEFEF. Windows color (decimal): -331569 or 13627642. OLE color: 13627642.

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

Color convert

RGB250240207-
CMYK00.040.170.02
HSL46.05º81.13%89.61%-
HSV(B)46.05º17.2%98.04%-
XYZ81.8587.1571.54-
YUV239.23109.81135.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 207 (81.25% from 255) = 29.70%
R=35.87%
G=34.43%
B=29.70%

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
Decimal25024020700.040.170.0246.0581.1389.61
HexFAF0CF041122e515a
Octal3723603170421256121132
Binary1111101011110000110011110100100011010111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0CF; }

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

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

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

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

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

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

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

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