#FCE1DC

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

Shades of Remy #FCE1DC

Tints of Remy #FCE1DC

Color information

#FCE1DC (or 0xFCE1DC) is unknown color: approx Remy. HEX triplet: FC, E1 and DC. RGB value is (252,225,220). Sum of RGB (Red+Green+Blue) = 252+225+220=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1DC is #031E23. Grayscale: #E8E8E8. Windows color (decimal): -204324 or 14475772. OLE color: 14475772.

HSL color Cylindrical-coordinate representation of color #FCE1DC: hue angle of 9.38º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE1DC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252225220-
CMYK00.110.130.01
HSL9.38º84.21%92.55%-
HSV(B)9.38º12.7%98.82%-
XYZ79.9979.7178.88-
YUV232.5120.95141.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 225 (88.28% from 255) = 32.28%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=36.15%
G=32.28%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222522000.110.130.019.3884.2192.55
HexFCE1DC0BD19545d
Octal37434133401315111124135
Binary1111110011100001110111000101111011100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1DC; }

 p { color: rgb(252,225,220); }

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

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

 a { background-color: rgb(252,225,220); }

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

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

 span { border-color: rgb(252,225,220); }

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