#FCF2CF

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

Shades of China Ivory #FCF2CF

Tints of China Ivory #FCF2CF

Color information

#FCF2CF (or 0xFCF2CF) is unknown color: approx China Ivory. HEX triplet: FC, F2 and CF. RGB value is (252,242,207). Sum of RGB (Red+Green+Blue) = 252+242+207=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2CF is #030D30. Grayscale: #F1F1F1. Windows color (decimal): -199985 or 13628156. OLE color: 13628156.

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

Color convert

RGB252242207-
CMYK00.040.180.01
HSL46.67º88.24%90%-
HSV(B)46.67º17.86%98.82%-
XYZ83.1688.771.77-
YUV241108.81135.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 207 (81.25% from 255) = 29.53%
R=35.95%
G=34.52%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224220700.040.180.0146.6788.2490
HexFCF2CF041212f585a
Octal3743623170422157130132
Binary111111001111001011001111010010010110111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2CF; }

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

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

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

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

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

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

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

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