Shades of Remy #FCDDDA
Tints of Remy #FCDDDA
RGB
CMYK
RGB Variations
Color information
#FCDDDA (or 0xFCDDDA) is known color: Remy. HEX triplet: FC, DD and DA. RGB value is (252,221,218). Sum of RGB (Red+Green+Blue) = 252+221+218=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDA is #032225. Grayscale: #E5E5E5. Windows color (decimal): -205350 or 14343676. OLE color: 14343676.
HSL color Cylindrical-coordinate representation of color #FCDDDA: hue angle of 5.29º 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 #FCDDDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 218 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 5.29º | 0.85% | 0.92% | - |
HSV(B) | 5.29º | 0.13% | 0.99% | - |
XYZ | 78.66 | 77.47 | 77.14 | - |
YUV | 229.93 | 121.27 | 143.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 218 | 0 | 0.12 | 0.13 | 0.01 | 5.29 | 0.85 | 0.92 |
Hex | FC | DD | DA | 0 | C | D | 1 | 5 | 55 | 5C |
Octal | 374 | 335 | 332 | 0 | 14 | 15 | 1 | 5 | 125 | 134 |
Binary | 11111100 | 11011101 | 11011010 | 0 | 1100 | 1101 | 1 | 101 | 1010101 | 1011100 |
Color Harmonies of #FCDDDA
Complementary color
Monochromatic Colors of #FCDDDA
Black with #FCDDDA
Text Example
Text Example
White with #FCDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDDA; }
p { color: rgb(252,221,218); }
H1.HeaderClassName
{
color: #FCDDDA;
}
.AnyTagClassName
{
color: #FCDDDA;
}
</style>
background-color css
<style>
a { background-color: #FCDDDA; }
a { background-color: rgb(252,221,218); }
div.DivClassName
{
background-color: #FCDDDA;
}
.BgClassName
{
background-color: #FCDDDA;
}
</style>
border-color css
<style>
span { border-color: #FCDDDA; }
span { border-color: rgb(252,221,218); }
td.TdClassName
{
border-color: #FCDDDA;
}
.TagClassName
{
border-color: #FCDDDA;
}
</style>