#FCE0DA

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

Shades of Remy #FCE0DA

Tints of Remy #FCE0DA

Color information

#FCE0DA (or 0xFCE0DA) is unknown color: approx Remy. HEX triplet: FC, E0 and DA. RGB value is (252,224,218). Sum of RGB (Red+Green+Blue) = 252+224+218=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0DA is #031F25. Grayscale: #E7E7E7. Windows color (decimal): -204582 or 14344444. OLE color: 14344444.

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

Color convert

RGB252224218-
CMYK00.110.130.01
HSL10.59º85%92.16%-
HSV(B)10.59º13.49%98.82%-
XYZ79.4679.0777.4-
YUV231.69120.28142.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=36.31%
G=32.28%
B=31.41%

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
Decimal25222421800.110.130.0110.598592.16
HexFCE0DA0BD1b555c
Octal37434033201315113125134
Binary1111110011100000110110100101111011101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0DA; }

 p { color: rgb(252,224,218); }

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

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

 a { background-color: rgb(252,224,218); }

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

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

 span { border-color: rgb(252,224,218); }

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