#FCF3CE

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

Shades of China Ivory #FCF3CE

Tints of China Ivory #FCF3CE

Color information

#FCF3CE (or 0xFCF3CE) is unknown color: approx China Ivory. HEX triplet: FC, F3 and CE. RGB value is (252,243,206). Sum of RGB (Red+Green+Blue) = 252+243+206=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 206 (80.86% from 255 or 29.39% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3CE is #030C31. Grayscale: #F1F1F1. Windows color (decimal): -199730 or 13562876. OLE color: 13562876.

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

Color convert

RGB252243206-
CMYK00.040.180.01
HSL48.26º88.46%89.8%-
HSV(B)48.26º18.25%98.82%-
XYZ83.3489.2571.23-
YUV241.47107.98135.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 206 (80.86% from 255) = 29.39%
R=35.95%
G=34.66%
B=29.39%

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
Decimal25224320600.040.180.0148.2688.4689.8
HexFCF3CE0412130585a
Octal3743633160422160130132
Binary111111001111001111001110010010010111000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3CE; }

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

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

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

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

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

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

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

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