Shades of Remy #FCDEDA
Tints of Remy #FCDEDA
RGB
CMYK
RGB Variations
Color information
#FCDEDA (or 0xFCDEDA) is known color: Remy. HEX triplet: FC, DE and DA. RGB value is (252,222,218). Sum of RGB (Red+Green+Blue) = 252+222+218=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEDA is #032125. Grayscale: #E6E6E6. Windows color (decimal): -205094 or 14343932. OLE color: 14343932.
HSL color Cylindrical-coordinate representation of color #FCDEDA: hue angle of 7.06º 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 #FCDEDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 222 | 218 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 7.06º | 0.85% | 0.92% | - |
HSV(B) | 7.06º | 0.13% | 0.99% | - |
XYZ | 78.92 | 78 | 77.23 | - |
YUV | 230.51 | 120.94 | 143.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 222 | 218 | 0 | 0.12 | 0.13 | 0.01 | 7.06 | 0.85 | 0.92 |
Hex | FC | DE | DA | 0 | C | D | 1 | 7 | 55 | 5C |
Octal | 374 | 336 | 332 | 0 | 14 | 15 | 1 | 7 | 125 | 134 |
Binary | 11111100 | 11011110 | 11011010 | 0 | 1100 | 1101 | 1 | 111 | 1010101 | 1011100 |
Color Harmonies of #FCDEDA
Complementary color
Monochromatic Colors of #FCDEDA
Black with #FCDEDA
Text Example
Text Example
White with #FCDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEDA; }
p { color: rgb(252,222,218); }
H1.HeaderClassName
{
color: #FCDEDA;
}
.AnyTagClassName
{
color: #FCDEDA;
}
</style>
background-color css
<style>
a { background-color: #FCDEDA; }
a { background-color: rgb(252,222,218); }
div.DivClassName
{
background-color: #FCDEDA;
}
.BgClassName
{
background-color: #FCDEDA;
}
</style>
border-color css
<style>
span { border-color: #FCDEDA; }
span { border-color: rgb(252,222,218); }
td.TdClassName
{
border-color: #FCDEDA;
}
.TagClassName
{
border-color: #FCDEDA;
}
</style>