#FCF4CF

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

Shades of China Ivory #FCF4CF

Tints of China Ivory #FCF4CF

Color information

#FCF4CF (or 0xFCF4CF) is unknown color: approx China Ivory. HEX triplet: FC, F4 and CF. RGB value is (252,244,207). Sum of RGB (Red+Green+Blue) = 252+244+207=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4CF is #030B30. Grayscale: #F2F2F2. Windows color (decimal): -199473 or 13628668. OLE color: 13628668.

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

Color convert

RGB252244207-
CMYK00.030.180.01
HSL49.33º88.24%90%-
HSV(B)49.33º17.86%98.82%-
XYZ83.7689.971.97-
YUV242.17108.15135.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 244 (95.70% from 255) = 34.71%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=35.85%
G=34.71%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224420700.030.180.0149.3388.2490
HexFCF4CF0312131585a
Octal3743643170322161130132
Binary11111100111101001100111101110010111000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4CF; }

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

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

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

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

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

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

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

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