Shades of Remy #FCDEDB
Tints of Remy #FCDEDB
RGB
CMYK
RGB Variations
Color information
#FCDEDB (or 0xFCDEDB) is known color: Remy. HEX triplet: FC, DE and DB. RGB value is (252,222,219). Sum of RGB (Red+Green+Blue) = 252+222+219=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEDB is #032124. Grayscale: #E6E6E6. Windows color (decimal): -205093 or 14409468. OLE color: 14409468.
HSL color Cylindrical-coordinate representation of color #FCDEDB: hue angle of 5.45º 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 #FCDEDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 222 | 219 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 5.45º | 0.85% | 0.92% | - |
HSV(B) | 5.45º | 0.13% | 0.99% | - |
XYZ | 79.05 | 78.05 | 77.92 | - |
YUV | 230.63 | 121.44 | 143.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 222 | 219 | 0 | 0.12 | 0.13 | 0.01 | 5.45 | 0.85 | 0.92 |
Hex | FC | DE | DB | 0 | C | D | 1 | 5 | 55 | 5C |
Octal | 374 | 336 | 333 | 0 | 14 | 15 | 1 | 5 | 125 | 134 |
Binary | 11111100 | 11011110 | 11011011 | 0 | 1100 | 1101 | 1 | 101 | 1010101 | 1011100 |
Color Harmonies of #FCDEDB
Complementary color
Monochromatic Colors of #FCDEDB
Black with #FCDEDB
Text Example
Text Example
White with #FCDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEDB; }
p { color: rgb(252,222,219); }
H1.HeaderClassName
{
color: #FCDEDB;
}
.AnyTagClassName
{
color: #FCDEDB;
}
</style>
background-color css
<style>
a { background-color: #FCDEDB; }
a { background-color: rgb(252,222,219); }
div.DivClassName
{
background-color: #FCDEDB;
}
.BgClassName
{
background-color: #FCDEDB;
}
</style>
border-color css
<style>
span { border-color: #FCDEDB; }
span { border-color: rgb(252,222,219); }
td.TdClassName
{
border-color: #FCDEDB;
}
.TagClassName
{
border-color: #FCDEDB;
}
</style>