Shades of Remy #FCDDDB
Tints of Remy #FCDDDB
RGB
CMYK
RGB Variations
Color information
#FCDDDB (or 0xFCDDDB) is known color: Remy. HEX triplet: FC, DD and DB. RGB value is (252,221,219). Sum of RGB (Red+Green+Blue) = 252+221+219=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDB is #032224. Grayscale: #E6E6E6. Windows color (decimal): -205349 or 14409212. OLE color: 14409212.
HSL color Cylindrical-coordinate representation of color #FCDDDB: hue angle of 3.64º 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 #FCDDDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 219 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 3.64º | 0.85% | 0.92% | - |
HSV(B) | 3.64º | 0.13% | 0.99% | - |
XYZ | 78.79 | 77.52 | 77.83 | - |
YUV | 230.04 | 121.77 | 143.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 219 | 0 | 0.12 | 0.13 | 0.01 | 3.64 | 0.85 | 0.92 |
Hex | FC | DD | DB | 0 | C | D | 1 | 4 | 55 | 5C |
Octal | 374 | 335 | 333 | 0 | 14 | 15 | 1 | 4 | 125 | 134 |
Binary | 11111100 | 11011101 | 11011011 | 0 | 1100 | 1101 | 1 | 100 | 1010101 | 1011100 |
Color Harmonies of #FCDDDB
Complementary color
Monochromatic Colors of #FCDDDB
Black with #FCDDDB
Text Example
Text Example
White with #FCDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDDB; }
p { color: rgb(252,221,219); }
H1.HeaderClassName
{
color: #FCDDDB;
}
.AnyTagClassName
{
color: #FCDDDB;
}
</style>
background-color css
<style>
a { background-color: #FCDDDB; }
a { background-color: rgb(252,221,219); }
div.DivClassName
{
background-color: #FCDDDB;
}
.BgClassName
{
background-color: #FCDDDB;
}
</style>
border-color css
<style>
span { border-color: #FCDDDB; }
span { border-color: rgb(252,221,219); }
td.TdClassName
{
border-color: #FCDDDB;
}
.TagClassName
{
border-color: #FCDDDB;
}
</style>