Shades of Remy #F4DCD6
Tints of Remy #F4DCD6
RGB
CMYK
RGB Variations
Color information
#F4DCD6 (or 0xF4DCD6) is known color: Remy. HEX triplet: F4, DC and D6. RGB value is (244,220,214). Sum of RGB (Red+Green+Blue) = 244+220+214=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCD6 is #0B2329. Grayscale: #E2E2E2. Windows color (decimal): -729898 or 14081268. OLE color: 14081268.
HSL color Cylindrical-coordinate representation of color #F4DCD6: hue angle of 12º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4DCD6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 214 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.04 |
| HSL | 12º | 0.58% | 0.9% | - |
| HSV(B) | 12º | 0.12% | 0.96% | - |
| XYZ | 75.04 | 75.27 | 74.19 | - |
| YUV | 226.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 214 | 0 | 0.10 | 0.12 | 0.04 | 12 | 0.58 | 0.9 |
| Hex | F4 | DC | D6 | 0 | A | C | 4 | C | 3A | 5A |
| Octal | 364 | 334 | 326 | 0 | 12 | 14 | 4 | 14 | 72 | 132 |
| Binary | 11110100 | 11011100 | 11010110 | 0 | 1010 | 1100 | 100 | 1100 | 111010 | 1011010 |
Color Harmonies of #F4DCD6
Complementary color
Monochromatic Colors of #F4DCD6
Black with #F4DCD6
Text Example
Text Example
White with #F4DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCD6; }
p { color: rgb(244,220,214); }
H1.HeaderClassName
{
color: #F4DCD6;
}
.AnyTagClassName
{
color: #F4DCD6;
}
</style>
background-color css
<style>
a { background-color: #F4DCD6; }
a { background-color: rgb(244,220,214); }
div.DivClassName
{
background-color: #F4DCD6;
}
.BgClassName
{
background-color: #F4DCD6;
}
</style>
border-color css
<style>
span { border-color: #F4DCD6; }
span { border-color: rgb(244,220,214); }
td.TdClassName
{
border-color: #F4DCD6;
}
.TagClassName
{
border-color: #F4DCD6;
}
</style>