#FCF3CA

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

Shades of China Ivory #FCF3CA

Tints of China Ivory #FCF3CA

Color information

#FCF3CA (or 0xFCF3CA) is unknown color: approx China Ivory. HEX triplet: FC, F3 and CA. RGB value is (252,243,202). Sum of RGB (Red+Green+Blue) = 252+243+202=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3CA is #030C35. Grayscale: #F1F1F1. Windows color (decimal): -199734 or 13300732. OLE color: 13300732.

HSL color Cylindrical-coordinate representation of color #FCF3CA: hue angle of 49.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCF3CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252243202-
CMYK00.040.200.01
HSL49.2º89.29%89.02%-
HSV(B)49.2º19.84%98.82%-
XYZ82.8689.0668.7-
YUV241.02105.98135.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 243 (95.31% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=36.15%
G=34.86%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224320200.040.200.0149.289.2989.02
HexFCF3CA04141315959
Octal3743633120424161131131
Binary111111001111001111001010010010100111000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3CA; }

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

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

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

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

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

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

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

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