Html Css Color HEX #FCF1CF China Ivory

📋 copy color: '#FCF1CF'

red 252 ◦ green 241 ◦ blue 207

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

Shades of China Ivory #FCF1CF

Tints of China Ivory #FCF1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.57%

R = 36%
G = 34.43%
B = 29.57%

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

#FCF1CF (or 0xFCF1CF) is known color: China Ivory. HEX triplet: FC, F1 and CF. RGB value is (252,241,207). Sum of RGB (Red+Green+Blue) = 252+241+207=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CF is #030E30. Grayscale: #F0F0F0. Windows color (decimal): -200241 or 13627900. OLE color: 13627900.

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

Color convert

RGB 252 241 207 -
CMYK 0 0.04 0.18 0.01
HSL 45.33º 0.88% 0.9% -
HSV(B) 45.33º 0.18% 0.99% -
XYZ 82.86 88.11 71.67 -
YUV 240.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 252 241 207 0 0.04 0.18 0.01 45.33 0.88 0.9
Hex FC F1 CF 0 4 12 1 2D 58 5A
Octal 374 361 317 0 4 22 1 55 130 132
Binary 11111100 11110001 11001111 0 100 10010 1 101101 1011000 1011010

Color Harmonies of #FCF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1CF

Black with #FCF1CF

Text Example


Text Example

White with #FCF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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