#FCF1CD

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

Shades of China Ivory #FCF1CD

Tints of China Ivory #FCF1CD

Color information

#FCF1CD (or 0xFCF1CD) is unknown color: approx China Ivory. HEX triplet: FC, F1 and CD. RGB value is (252,241,205). Sum of RGB (Red+Green+Blue) = 252+241+205=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CD is #030E32. Grayscale: #F0F0F0. Windows color (decimal): -200243 or 13496828. OLE color: 13496828.

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

Color convert

RGB252241205-
CMYK00.040.190.01
HSL45.96º88.68%89.61%-
HSV(B)45.96º18.65%98.82%-
XYZ82.6288.0170.39-
YUV240.18108.14136.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 205 (80.47% from 255) = 29.37%
R=36.10%
G=34.53%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224120500.040.190.0145.9688.6889.61
HexFCF1CD041312e595a
Octal3743613150423156131132
Binary111111001111000111001101010010011110111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1CD; }

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

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

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

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

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

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

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

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