Shades of Remy #FCDFDB
Tints of Remy #FCDFDB
RGB
CMYK
RGB Variations
Color information
#FCDFDB (or 0xFCDFDB) is known color: Remy. HEX triplet: FC, DF and DB. RGB value is (252,223,219). Sum of RGB (Red+Green+Blue) = 252+223+219=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDB is #032024. Grayscale: #E7E7E7. Windows color (decimal): -204837 or 14409724. OLE color: 14409724.
HSL color Cylindrical-coordinate representation of color #FCDFDB: hue angle of 7.27º 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 #FCDFDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 219 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 7.27º | 0.85% | 0.92% | - |
HSV(B) | 7.27º | 0.13% | 0.99% | - |
XYZ | 79.32 | 78.59 | 78.01 | - |
YUV | 231.22 | 121.11 | 142.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 219 | 0 | 0.12 | 0.13 | 0.01 | 7.27 | 0.85 | 0.92 |
Hex | FC | DF | DB | 0 | C | D | 1 | 7 | 55 | 5C |
Octal | 374 | 337 | 333 | 0 | 14 | 15 | 1 | 7 | 125 | 134 |
Binary | 11111100 | 11011111 | 11011011 | 0 | 1100 | 1101 | 1 | 111 | 1010101 | 1011100 |
Color Harmonies of #FCDFDB
Complementary color
Monochromatic Colors of #FCDFDB
Black with #FCDFDB
Text Example
Text Example
White with #FCDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFDB; }
p { color: rgb(252,223,219); }
H1.HeaderClassName
{
color: #FCDFDB;
}
.AnyTagClassName
{
color: #FCDFDB;
}
</style>
background-color css
<style>
a { background-color: #FCDFDB; }
a { background-color: rgb(252,223,219); }
div.DivClassName
{
background-color: #FCDFDB;
}
.BgClassName
{
background-color: #FCDFDB;
}
</style>
border-color css
<style>
span { border-color: #FCDFDB; }
span { border-color: rgb(252,223,219); }
td.TdClassName
{
border-color: #FCDFDB;
}
.TagClassName
{
border-color: #FCDFDB;
}
</style>