Shades of Remy #F4DAD6
Tints of Remy #F4DAD6
RGB
CMYK
RGB Variations
Color information
#F4DAD6 (or 0xF4DAD6) is known color: Remy. HEX triplet: F4, DA and D6. RGB value is (244,218,214). Sum of RGB (Red+Green+Blue) = 244+218+214=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DAD6 is #0B2529. Grayscale: #E1E1E1. Windows color (decimal): -730410 or 14080756. OLE color: 14080756.
HSL color Cylindrical-coordinate representation of color #F4DAD6: hue angle of 8º 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 #F4DAD6 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 214 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.04 |
| HSL | 8º | 0.58% | 0.9% | - |
| HSV(B) | 8º | 0.12% | 0.96% | - |
| XYZ | 74.52 | 74.23 | 74.02 | - |
| YUV | 225.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 214 | 0 | 0.11 | 0.12 | 0.04 | 8 | 0.58 | 0.9 |
| Hex | F4 | DA | D6 | 0 | B | C | 4 | 8 | 3A | 5A |
| Octal | 364 | 332 | 326 | 0 | 13 | 14 | 4 | 10 | 72 | 132 |
| Binary | 11110100 | 11011010 | 11010110 | 0 | 1011 | 1100 | 100 | 1000 | 111010 | 1011010 |
Color Harmonies of #F4DAD6
Complementary color
Monochromatic Colors of #F4DAD6
Black with #F4DAD6
Text Example
Text Example
White with #F4DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAD6; }
p { color: rgb(244,218,214); }
H1.HeaderClassName
{
color: #F4DAD6;
}
.AnyTagClassName
{
color: #F4DAD6;
}
</style>
background-color css
<style>
a { background-color: #F4DAD6; }
a { background-color: rgb(244,218,214); }
div.DivClassName
{
background-color: #F4DAD6;
}
.BgClassName
{
background-color: #F4DAD6;
}
</style>
border-color css
<style>
span { border-color: #F4DAD6; }
span { border-color: rgb(244,218,214); }
td.TdClassName
{
border-color: #F4DAD6;
}
.TagClassName
{
border-color: #F4DAD6;
}
</style>