Html Css Color HEX #FCF1CE China Ivory

📋 copy color: '#FCF1CE'

red 252 ◦ green 241 ◦ blue 206

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

Shades of China Ivory #FCF1CE

Tints of China Ivory #FCF1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.48%

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

R = 36.05%
G = 34.48%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCF1CE (or 0xFCF1CE) is known color: China Ivory. HEX triplet: FC, F1 and CE. RGB value is (252,241,206). Sum of RGB (Red+Green+Blue) = 252+241+206=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CE is #030E31. Grayscale: #F0F0F0. Windows color (decimal): -200242 or 13562364. OLE color: 13562364.

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

Color convert

RGB 252 241 206 -
CMYK 0 0.04 0.18 0.01
HSL 45.65º 0.88% 0.9% -
HSV(B) 45.65º 0.18% 0.99% -
XYZ 82.74 88.06 71.03 -
YUV 240.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 252 241 206 0 0.04 0.18 0.01 45.65 0.88 0.9
Hex FC F1 CE 0 4 12 1 2E 58 5A
Octal 374 361 316 0 4 22 1 56 130 132
Binary 11111100 11110001 11001110 0 100 10010 1 101110 1011000 1011010

Color Harmonies of #FCF1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1CE

Black with #FCF1CE

Text Example


Text Example

White with #FCF1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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