#FCF4CB

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

Shades of China Ivory #FCF4CB

Tints of China Ivory #FCF4CB

Color information

#FCF4CB (or 0xFCF4CB) is unknown color: approx China Ivory. HEX triplet: FC, F4 and CB. RGB value is (252,244,203). Sum of RGB (Red+Green+Blue) = 252+244+203=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 203 (79.69% from 255 or 29.04% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4CB is #030B34. Grayscale: #F1F1F1. Windows color (decimal): -199477 or 13366524. OLE color: 13366524.

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

Color convert

RGB252244203-
CMYK00.030.190.01
HSL50.2º89.09%89.22%-
HSV(B)50.2º19.44%98.82%-
XYZ83.2889.7169.43-
YUV241.72106.15135.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 244 (95.70% from 255) = 34.91%
BLUE value IS 203 (79.69% from 255) = 29.04%
R=36.05%
G=34.91%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224420300.030.190.0150.289.0989.22
HexFCF4CB03131325959
Octal3743643130323162131131
Binary11111100111101001100101101110011111001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4CB; }

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

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

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

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

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

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

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

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