Html Css Color HEX #FCF2CA China Ivory

📋 copy color: '#FCF2CA'

red 252 ◦ green 242 ◦ blue 202

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

Shades of China Ivory #FCF2CA

Tints of China Ivory #FCF2CA

RGB

 RED value IS 252 (98.83% from 255) = 36.21%

 GREEN value IS 242 (94.92% from 255) = 34.77%

 BLUE value IS 202 (79.3% from 255) = 29.02%

R = 36.21%
G = 34.77%
B = 29.02%

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

#FCF2CA (or 0xFCF2CA) is known color: China Ivory. HEX triplet: FC, F2 and CA. RGB value is (252,242,202). Sum of RGB (Red+Green+Blue) = 252+242+202=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2CA is #030D35. Grayscale: #F0F0F0. Windows color (decimal): -199990 or 13300476. OLE color: 13300476.

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

Color convert

RGB 252 242 202 -
CMYK 0 0.04 0.20 0.01
HSL 48º 0.89% 0.89% -
HSV(B) 48º 0.2% 0.99% -
XYZ 82.56 88.46 68.6 -
YUV 240.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 252 242 202 0 0.04 0.20 0.01 48 0.89 0.89
Hex FC F2 CA 0 4 14 1 30 59 59
Octal 374 362 312 0 4 24 1 60 131 131
Binary 11111100 11110010 11001010 0 100 10100 1 110000 1011001 1011001

Color Harmonies of #FCF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2CA

Black with #FCF2CA

Text Example


Text Example

White with #FCF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2CA; }

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

 H1.HeaderClassName
 {
   color: #FCF2CA;
 }
 .AnyTagClassName
 {
   color: #FCF2CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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