Html Css Color HEX #FCF1CC China Ivory

📋 copy color: '#FCF1CC'

red 252 ◦ green 241 ◦ blue 204

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

Shades of China Ivory #FCF1CC

Tints of China Ivory #FCF1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.27%

R = 36.15%
G = 34.58%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCF1CC (or 0xFCF1CC) is known color: China Ivory. HEX triplet: FC, F1 and CC. RGB value is (252,241,204). Sum of RGB (Red+Green+Blue) = 252+241+204=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CC is #030E33. Grayscale: #F0F0F0. Windows color (decimal): -200244 or 13431292. OLE color: 13431292.

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

Color convert

RGB 252 241 204 -
CMYK 0 0.04 0.19 0.01
HSL 46.25º 0.89% 0.89% -
HSV(B) 46.25º 0.19% 0.99% -
XYZ 82.5 87.97 69.76 -
YUV 240.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 252 241 204 0 0.04 0.19 0.01 46.25 0.89 0.89
Hex FC F1 CC 0 4 13 1 2E 59 59
Octal 374 361 314 0 4 23 1 56 131 131
Binary 11111100 11110001 11001100 0 100 10011 1 101110 1011001 1011001

Color Harmonies of #FCF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1CC

Black with #FCF1CC

Text Example


Text Example

White with #FCF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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