Shades of Remy #F4DFDC
Tints of Remy #F4DFDC
RGB
CMYK
RGB Variations
Color information
#F4DFDC (or 0xF4DFDC) is known color: Remy. HEX triplet: F4, DF and DC. RGB value is (244,223,220). Sum of RGB (Red+Green+Blue) = 244+223+220=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFDC is #0B2023. Grayscale: #E4E4E4. Windows color (decimal): -729124 or 14475252. OLE color: 14475252.
HSL color Cylindrical-coordinate representation of color #F4DFDC: hue angle of 7.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DFDC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 220 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.04 |
| HSL | 7.5º | 0.52% | 0.91% | - |
| HSV(B) | 7.5º | 0.1% | 0.96% | - |
| XYZ | 76.61 | 77.18 | 78.57 | - |
| YUV | 228.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 220 | 0 | 0.09 | 0.10 | 0.04 | 7.5 | 0.52 | 0.91 |
| Hex | F4 | DF | DC | 0 | 9 | A | 4 | 8 | 34 | 5B |
| Octal | 364 | 337 | 334 | 0 | 11 | 12 | 4 | 10 | 64 | 133 |
| Binary | 11110100 | 11011111 | 11011100 | 0 | 1001 | 1010 | 100 | 1000 | 110100 | 1011011 |
Color Harmonies of #F4DFDC
Complementary color
Monochromatic Colors of #F4DFDC
Black with #F4DFDC
Text Example
Text Example
White with #F4DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFDC; }
p { color: rgb(244,223,220); }
H1.HeaderClassName
{
color: #F4DFDC;
}
.AnyTagClassName
{
color: #F4DFDC;
}
</style>
background-color css
<style>
a { background-color: #F4DFDC; }
a { background-color: rgb(244,223,220); }
div.DivClassName
{
background-color: #F4DFDC;
}
.BgClassName
{
background-color: #F4DFDC;
}
</style>
border-color css
<style>
span { border-color: #F4DFDC; }
span { border-color: rgb(244,223,220); }
td.TdClassName
{
border-color: #F4DFDC;
}
.TagClassName
{
border-color: #F4DFDC;
}
</style>