Shades of Remy #F5DDDA
Tints of Remy #F5DDDA
RGB
CMYK
RGB Variations
Color information
#F5DDDA (or 0xF5DDDA) is known color: Remy. HEX triplet: F5, DD and DA. RGB value is (245,221,218). Sum of RGB (Red+Green+Blue) = 245+221+218=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDDA is #0A2225. Grayscale: #E3E3E3. Windows color (decimal): -664102 or 14343669. OLE color: 14343669.
HSL color Cylindrical-coordinate representation of color #F5DDDA: hue angle of 6.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DDDA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 218 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.04 |
| HSL | 6.67º | 0.57% | 0.91% | - |
| HSV(B) | 6.67º | 0.11% | 0.96% | - |
| XYZ | 76.17 | 76.19 | 77.02 | - |
| YUV | 227.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 218 | 0 | 0.10 | 0.11 | 0.04 | 6.67 | 0.57 | 0.91 |
| Hex | F5 | DD | DA | 0 | A | B | 4 | 7 | 39 | 5B |
| Octal | 365 | 335 | 332 | 0 | 12 | 13 | 4 | 7 | 71 | 133 |
| Binary | 11110101 | 11011101 | 11011010 | 0 | 1010 | 1011 | 100 | 111 | 111001 | 1011011 |
Color Harmonies of #F5DDDA
Complementary color
Monochromatic Colors of #F5DDDA
Black with #F5DDDA
Text Example
Text Example
White with #F5DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDDA; }
p { color: rgb(245,221,218); }
H1.HeaderClassName
{
color: #F5DDDA;
}
.AnyTagClassName
{
color: #F5DDDA;
}
</style>
background-color css
<style>
a { background-color: #F5DDDA; }
a { background-color: rgb(245,221,218); }
div.DivClassName
{
background-color: #F5DDDA;
}
.BgClassName
{
background-color: #F5DDDA;
}
</style>
border-color css
<style>
span { border-color: #F5DDDA; }
span { border-color: rgb(245,221,218); }
td.TdClassName
{
border-color: #F5DDDA;
}
.TagClassName
{
border-color: #F5DDDA;
}
</style>