#FCE1DA

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

Shades of Remy #FCE1DA

Tints of Remy #FCE1DA

Color information

#FCE1DA (or 0xFCE1DA) is unknown color: approx Remy. HEX triplet: FC, E1 and DA. RGB value is (252,225,218). Sum of RGB (Red+Green+Blue) = 252+225+218=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1DA is #031E25. Grayscale: #E8E8E8. Windows color (decimal): -204326 or 14344700. OLE color: 14344700.

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

Color convert

RGB252225218-
CMYK00.110.130.01
HSL12.35º85%92.16%-
HSV(B)12.35º13.49%98.82%-
XYZ79.7279.6177.49-
YUV232.28119.95142.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=36.26%
G=32.37%
B=31.37%

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
Decimal25222521800.110.130.0112.358592.16
HexFCE1DA0BD1c555c
Octal37434133201315114125134
Binary1111110011100001110110100101111011110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1DA; }

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

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

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

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

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

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

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

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