Html Css Color HEX #FCF3CA China Ivory

📋 copy color: '#FCF3CA'

red 252 ◦ green 243 ◦ blue 202

#FCF3CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of China Ivory #FCF3CA

Tints of China Ivory #FCF3CA

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.3% from 255) = 28.98%

R = 36.15%
G = 34.86%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCF3CA (or 0xFCF3CA) is known color: 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

RGB 252 243 202 -
CMYK 0 0.04 0.20 0.01
HSL 49.2º 0.89% 0.89% -
HSV(B) 49.2º 0.2% 0.99% -
XYZ 82.86 89.06 68.7 -
YUV 241.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 252 243 202 0 0.04 0.20 0.01 49.2 0.89 0.89
Hex FC F3 CA 0 4 14 1 31 59 59
Octal 374 363 312 0 4 24 1 61 131 131
Binary 11111100 11110011 11001010 0 100 10100 1 110001 1011001 1011001

Color Harmonies of #FCF3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3CA

Black with #FCF3CA

Text Example


Text Example

White with #FCF3CA

Text Example


Text Example

HTML Codes & Css Web 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>