#FAF2CC

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

Shades of China Ivory #FAF2CC

Tints of China Ivory #FAF2CC

Color information

#FAF2CC (or 0xFAF2CC) is unknown color: approx China Ivory. HEX triplet: FA, F2 and CC. RGB value is (250,242,204). Sum of RGB (Red+Green+Blue) = 250+242+204=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2CC is #050D33. Grayscale: #F0F0F0. Windows color (decimal): -331060 or 13431546. OLE color: 13431546.

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

Color convert

RGB250242204-
CMYK00.030.180.02
HSL49.57º82.14%89.02%-
HSV(B)49.57º18.4%98.04%-
XYZ82.0888.1969.82-
YUV240.06107.65135.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 204 (80.08% from 255) = 29.31%
R=35.92%
G=34.77%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024220400.030.180.0249.5782.1489.02
HexFAF2CC03122325259
Octal3723623140322262122131
Binary111110101111001011001100011100101011001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2CC; }

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

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

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

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

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

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

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

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