Html Css Color HEX #FCF2CB China Ivory

📋 copy color: '#FCF2CB'

red 252 ◦ green 242 ◦ blue 203

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

Shades of China Ivory #FCF2CB

Tints of China Ivory #FCF2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.12%

R = 36.15%
G = 34.72%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCF2CB (or 0xFCF2CB) is known color: China Ivory. HEX triplet: FC, F2 and CB. RGB value is (252,242,203). Sum of RGB (Red+Green+Blue) = 252+242+203=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2CB is #030D34. Grayscale: #F0F0F0. Windows color (decimal): -199989 or 13366012. OLE color: 13366012.

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

Color convert

RGB 252 242 203 -
CMYK 0 0.04 0.19 0.01
HSL 47.76º 0.89% 0.89% -
HSV(B) 47.76º 0.19% 0.99% -
XYZ 82.68 88.51 69.23 -
YUV 240.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 252 242 203 0 0.04 0.19 0.01 47.76 0.89 0.89
Hex FC F2 CB 0 4 13 1 30 59 59
Octal 374 362 313 0 4 23 1 60 131 131
Binary 11111100 11110010 11001011 0 100 10011 1 110000 1011001 1011001

Color Harmonies of #FCF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2CB

Black with #FCF2CB

Text Example


Text Example

White with #FCF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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