#FCF1CE

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

Shades of China Ivory #FCF1CE

Tints of China Ivory #FCF1CE

Color information

#FCF1CE (or 0xFCF1CE) is unknown color: approx China Ivory. HEX triplet: FC, F1 and CE. RGB value is (252,241,206). Sum of RGB (Red+Green+Blue) = 252+241+206=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CE is #030E31. Grayscale: #F0F0F0. Windows color (decimal): -200242 or 13562364. OLE color: 13562364.

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

Color convert

RGB252241206-
CMYK00.040.180.01
HSL45.65º88.46%89.8%-
HSV(B)45.65º18.25%98.82%-
XYZ82.7488.0671.03-
YUV240.3108.64136.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=36.05%
G=34.48%
B=29.47%

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
Decimal25224120600.040.180.0145.6588.4689.8
HexFCF1CE041212e585a
Octal3743613160422156130132
Binary111111001111000111001110010010010110111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1CE; }

 p { color: rgb(252,241,206); }

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

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

 a { background-color: rgb(252,241,206); }

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

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

 span { border-color: rgb(252,241,206); }

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