Html Css Color HEX #FCF2D0 China Ivory

📋 copy color: '#FCF2D0'

red 252 ◦ green 242 ◦ blue 208

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

Shades of China Ivory #FCF2D0

Tints of China Ivory #FCF2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.63%

R = 35.9%
G = 34.47%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCF2D0 (or 0xFCF2D0) is known color: China Ivory. HEX triplet: FC, F2 and D0. RGB value is (252,242,208). Sum of RGB (Red+Green+Blue) = 252+242+208=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2D0 is #030D2F. Grayscale: #F1F1F1. Windows color (decimal): -199984 or 13693692. OLE color: 13693692.

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

Color convert

RGB 252 242 208 -
CMYK 0 0.04 0.17 0.01
HSL 46.36º 0.88% 0.9% -
HSV(B) 46.36º 0.17% 0.99% -
XYZ 83.28 88.75 72.42 -
YUV 241.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 252 242 208 0 0.04 0.17 0.01 46.36 0.88 0.9
Hex FC F2 D0 0 4 11 1 2E 58 5A
Octal 374 362 320 0 4 21 1 56 130 132
Binary 11111100 11110010 11010000 0 100 10001 1 101110 1011000 1011010

Color Harmonies of #FCF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2D0

Black with #FCF2D0

Text Example


Text Example

White with #FCF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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