#FCF5CE

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

Shades of China Ivory #FCF5CE

Tints of China Ivory #FCF5CE

Color information

#FCF5CE (or 0xFCF5CE) is unknown color: approx China Ivory. HEX triplet: FC, F5 and CE. RGB value is (252,245,206). Sum of RGB (Red+Green+Blue) = 252+245+206=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 206 (80.86% from 255 or 29.30% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5CE is #030A31. Grayscale: #F2F2F2. Windows color (decimal): -199218 or 13563388. OLE color: 13563388.

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

Color convert

RGB252245206-
CMYK00.030.180.01
HSL50.87º88.46%89.8%-
HSV(B)50.87º18.25%98.82%-
XYZ83.9490.4671.43-
YUV242.65107.32134.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 245 (96.09% from 255) = 34.85%
BLUE value IS 206 (80.86% from 255) = 29.30%
R=35.85%
G=34.85%
B=29.30%

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
Decimal25224520600.030.180.0150.8788.4689.8
HexFCF5CE0312133585a
Octal3743653160322163130132
Binary11111100111101011100111001110010111001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5CE; }

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

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

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

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

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

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

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

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