Shades of Remy #FCDFDA
Tints of Remy #FCDFDA
RGB
CMYK
RGB Variations
Color information
#FCDFDA (or 0xFCDFDA) is known color: Remy. HEX triplet: FC, DF and DA. RGB value is (252,223,218). Sum of RGB (Red+Green+Blue) = 252+223+218=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDA is #032025. Grayscale: #E7E7E7. Windows color (decimal): -204838 or 14344188. OLE color: 14344188.
HSL color Cylindrical-coordinate representation of color #FCDFDA: hue angle of 8.82º 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 #FCDFDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 218 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 8.82º | 0.85% | 0.92% | - |
HSV(B) | 8.82º | 0.13% | 0.99% | - |
XYZ | 79.19 | 78.53 | 77.31 | - |
YUV | 231.1 | 120.61 | 142.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 218 | 0 | 0.12 | 0.13 | 0.01 | 8.82 | 0.85 | 0.92 |
Hex | FC | DF | DA | 0 | C | D | 1 | 9 | 55 | 5C |
Octal | 374 | 337 | 332 | 0 | 14 | 15 | 1 | 11 | 125 | 134 |
Binary | 11111100 | 11011111 | 11011010 | 0 | 1100 | 1101 | 1 | 1001 | 1010101 | 1011100 |
Color Harmonies of #FCDFDA
Complementary color
Monochromatic Colors of #FCDFDA
Black with #FCDFDA
Text Example
Text Example
White with #FCDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFDA; }
p { color: rgb(252,223,218); }
H1.HeaderClassName
{
color: #FCDFDA;
}
.AnyTagClassName
{
color: #FCDFDA;
}
</style>
background-color css
<style>
a { background-color: #FCDFDA; }
a { background-color: rgb(252,223,218); }
div.DivClassName
{
background-color: #FCDFDA;
}
.BgClassName
{
background-color: #FCDFDA;
}
</style>
border-color css
<style>
span { border-color: #FCDFDA; }
span { border-color: rgb(252,223,218); }
td.TdClassName
{
border-color: #FCDFDA;
}
.TagClassName
{
border-color: #FCDFDA;
}
</style>