#FCF1D0

Color #FCF1D0 China Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of China Ivory #FCF1D0

Tints of China Ivory #FCF1D0

Color information

#FCF1D0 (or 0xFCF1D0) is unknown color: approx China Ivory. HEX triplet: FC, F1 and D0. RGB value is (252,241,208). Sum of RGB (Red+Green+Blue) = 252+241+208=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1D0 is #030E2F. Grayscale: #F0F0F0. Windows color (decimal): -200240 or 13693436. OLE color: 13693436.

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

Color convert

RGB252241208-
CMYK00.040.170.01
HSL45º88%90.2%-
HSV(B)45º17.46%98.82%-
XYZ82.9988.1672.32-
YUV240.53109.64136.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 208 (81.64% from 255) = 29.67%
R=35.95%
G=34.38%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224120800.040.170.01458890.2
HexFCF1D0041112d585a
Octal3743613200421155130132
Binary111111001111000111010000010010001110110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1D0; }

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

 H1.HeaderClassName
 {
   color: #FCF1D0;
 }
 .AnyTagClassName
 {
   color: #FCF1D0;
 }
</style>
background-color css

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

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

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

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

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

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