#FCF0CD

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

Shades of China Ivory #FCF0CD

Tints of China Ivory #FCF0CD

Color information

#FCF0CD (or 0xFCF0CD) is unknown color: approx China Ivory. HEX triplet: FC, F0 and CD. RGB value is (252,240,205). Sum of RGB (Red+Green+Blue) = 252+240+205=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CD is #030F32. Grayscale: #EFEFEF. Windows color (decimal): -200499 or 13496572. OLE color: 13496572.

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

Color convert

RGB252240205-
CMYK00.050.190.01
HSL44.68º88.68%89.61%-
HSV(B)44.68º18.65%98.82%-
XYZ82.3287.4270.29-
YUV239.6108.48136.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 205 (80.47% from 255) = 29.41%
R=36.15%
G=34.43%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224020500.050.190.0144.6888.6889.61
HexFCF0CD051312d595a
Octal3743603150523155131132
Binary111111001111000011001101010110011110110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0CD; }

 p { color: rgb(252,240,205); }

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

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

 a { background-color: rgb(252,240,205); }

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

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

 span { border-color: rgb(252,240,205); }

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