Shades of Remy #F5DDD8
Tints of Remy #F5DDD8
RGB
CMYK
RGB Variations
Color information
#F5DDD8 (or 0xF5DDD8) is known color: Remy. HEX triplet: F5, DD and D8. RGB value is (245,221,216). Sum of RGB (Red+Green+Blue) = 245+221+216=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDD8 is #0A2227. Grayscale: #E3E3E3. Windows color (decimal): -664104 or 14212597. OLE color: 14212597.
HSL color Cylindrical-coordinate representation of color #F5DDD8: hue angle of 10.34º degrees, saturation: 0.59, 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 #F5DDD8 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 216 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.04 |
| HSL | 10.34º | 0.59% | 0.9% | - |
| HSV(B) | 10.34º | 0.12% | 0.96% | - |
| XYZ | 75.91 | 76.08 | 75.65 | - |
| YUV | 227.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 216 | 0 | 0.10 | 0.12 | 0.04 | 10.34 | 0.59 | 0.9 |
| Hex | F5 | DD | D8 | 0 | A | C | 4 | A | 3B | 5A |
| Octal | 365 | 335 | 330 | 0 | 12 | 14 | 4 | 12 | 73 | 132 |
| Binary | 11110101 | 11011101 | 11011000 | 0 | 1010 | 1100 | 100 | 1010 | 111011 | 1011010 |
Color Harmonies of #F5DDD8
Complementary color
Monochromatic Colors of #F5DDD8
Black with #F5DDD8
Text Example
Text Example
White with #F5DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDD8; }
p { color: rgb(245,221,216); }
H1.HeaderClassName
{
color: #F5DDD8;
}
.AnyTagClassName
{
color: #F5DDD8;
}
</style>
background-color css
<style>
a { background-color: #F5DDD8; }
a { background-color: rgb(245,221,216); }
div.DivClassName
{
background-color: #F5DDD8;
}
.BgClassName
{
background-color: #F5DDD8;
}
</style>
border-color css
<style>
span { border-color: #F5DDD8; }
span { border-color: rgb(245,221,216); }
td.TdClassName
{
border-color: #F5DDD8;
}
.TagClassName
{
border-color: #F5DDD8;
}
</style>