Html Css Color HEX #FCF0CE China Ivory

📋 copy color: '#FCF0CE'

red 252 ◦ green 240 ◦ blue 206

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

Shades of China Ivory #FCF0CE

Tints of China Ivory #FCF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.38%

 BLUE value IS 206 (80.86% from 255) = 29.51%

R = 36.1%
G = 34.38%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCF0CE (or 0xFCF0CE) is known color: China Ivory. HEX triplet: FC, F0 and CE. RGB value is (252,240,206). Sum of RGB (Red+Green+Blue) = 252+240+206=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CE is #030F31. Grayscale: #EFEFEF. Windows color (decimal): -200498 or 13562108. OLE color: 13562108.

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

Color convert

RGB 252 240 206 -
CMYK 0 0.05 0.18 0.01
HSL 44.35º 0.88% 0.9% -
HSV(B) 44.35º 0.18% 0.99% -
XYZ 82.45 87.47 70.93 -
YUV 239.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 252 240 206 0 0.05 0.18 0.01 44.35 0.88 0.9
Hex FC F0 CE 0 5 12 1 2C 58 5A
Octal 374 360 316 0 5 22 1 54 130 132
Binary 11111100 11110000 11001110 0 101 10010 1 101100 1011000 1011010

Color Harmonies of #FCF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0CE

Black with #FCF0CE

Text Example


Text Example

White with #FCF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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