Html Css Color HEX #FCF4CE China Ivory

📋 copy color: '#FCF4CE'

red 252 ◦ green 244 ◦ blue 206

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

Shades of China Ivory #FCF4CE

Tints of China Ivory #FCF4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.76%

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

R = 35.9%
G = 34.76%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCF4CE (or 0xFCF4CE) is known color: China Ivory. HEX triplet: FC, F4 and CE. RGB value is (252,244,206). Sum of RGB (Red+Green+Blue) = 252+244+206=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4CE is #030B31. Grayscale: #F2F2F2. Windows color (decimal): -199474 or 13563132. OLE color: 13563132.

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

Color convert

RGB 252 244 206 -
CMYK 0 0.03 0.18 0.01
HSL 49.57º 0.88% 0.9% -
HSV(B) 49.57º 0.18% 0.99% -
XYZ 83.64 89.85 71.33 -
YUV 242.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 252 244 206 0 0.03 0.18 0.01 49.57 0.88 0.9
Hex FC F4 CE 0 3 12 1 32 58 5A
Octal 374 364 316 0 3 22 1 62 130 132
Binary 11111100 11110100 11001110 0 11 10010 1 110010 1011000 1011010

Color Harmonies of #FCF4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4CE

Black with #FCF4CE

Text Example


Text Example

White with #FCF4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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