Shades of Remy #FCE1DA
Tints of Remy #FCE1DA
RGB
CMYK
RGB Variations
Color information
#FCE1DA (or 0xFCE1DA) is known color: 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
| RGB | 252 | 225 | 218 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.01 |
| HSL | 12.35º | 0.85% | 0.92% | - |
| HSV(B) | 12.35º | 0.13% | 0.99% | - |
| XYZ | 79.72 | 79.61 | 77.49 | - |
| YUV | 232.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 218 | 0 | 0.11 | 0.13 | 0.01 | 12.35 | 0.85 | 0.92 |
| Hex | FC | E1 | DA | 0 | B | D | 1 | C | 55 | 5C |
| Octal | 374 | 341 | 332 | 0 | 13 | 15 | 1 | 14 | 125 | 134 |
| Binary | 11111100 | 11100001 | 11011010 | 0 | 1011 | 1101 | 1 | 1100 | 1010101 | 1011100 |
Color Harmonies of #FCE1DA
Complementary color
Monochromatic Colors of #FCE1DA
Black with #FCE1DA
Text Example
Text Example
White with #FCE1DA
Text Example
Text Example
HTML Codes & Css Web 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>