#FCF2CC

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

Shades of China Ivory #FCF2CC

Tints of China Ivory #FCF2CC

Color information

#FCF2CC (or 0xFCF2CC) is unknown color: approx China Ivory. HEX triplet: FC, F2 and CC. RGB value is (252,242,204). Sum of RGB (Red+Green+Blue) = 252+242+204=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2CC is #030D33. Grayscale: #F0F0F0. Windows color (decimal): -199988 or 13431548. OLE color: 13431548.

HSL color Cylindrical-coordinate representation of color #FCF2CC: hue angle of 47.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCF2CC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252242204-
CMYK00.040.190.01
HSL47.5º88.89%89.41%-
HSV(B)47.5º19.05%98.82%-
XYZ82.888.5669.86-
YUV240.66107.31136.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 29.23%
R=36.10%
G=34.67%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224220400.040.190.0147.588.8989.41
HexFCF2CC04131305959
Octal3743623140423160131131
Binary111111001111001011001100010010011111000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2CC; }

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

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

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

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

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

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

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

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