#FAF0CC

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

Shades of China Ivory #FAF0CC

Tints of China Ivory #FAF0CC

Color information

#FAF0CC (or 0xFAF0CC) is unknown color: approx China Ivory. HEX triplet: FA, F0 and CC. RGB value is (250,240,204). Sum of RGB (Red+Green+Blue) = 250+240+204=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0CC is #050F33. Grayscale: #EFEFEF. Windows color (decimal): -331572 or 13431034. OLE color: 13431034.

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

Color convert

RGB250240204-
CMYK00.040.180.02
HSL46.96º82.14%89.02%-
HSV(B)46.96º18.4%98.04%-
XYZ81.488769.63-
YUV238.89108.31135.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 204 (80.08% from 255) = 29.39%
R=36.02%
G=34.58%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024020400.040.180.0246.9682.1489.02
HexFAF0CC041222f5259
Octal3723603140422257122131
Binary1111101011110000110011000100100101010111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0CC; }

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

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

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

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

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

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

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

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