Shades of Remy #F5DDD7
Tints of Remy #F5DDD7
RGB
CMYK
RGB Variations
Color information
#F5DDD7 (or 0xF5DDD7) is known color: Remy. HEX triplet: F5, DD and D7. RGB value is (245,221,215). Sum of RGB (Red+Green+Blue) = 245+221+215=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 215 (84.38% from 255 or 31.57% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDD7 is #0A2228. Grayscale: #E3E3E3. Windows color (decimal): -664105 or 14147061. OLE color: 14147061.
HSL color Cylindrical-coordinate representation of color #F5DDD7: hue angle of 12º degrees, saturation: 0.6, 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 #F5DDD7 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 215 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.04 |
| HSL | 12º | 0.6% | 0.9% | - |
| HSV(B) | 12º | 0.12% | 0.96% | - |
| XYZ | 75.78 | 76.03 | 74.97 | - |
| YUV | 227.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 215 | 0 | 0.10 | 0.12 | 0.04 | 12 | 0.6 | 0.9 |
| Hex | F5 | DD | D7 | 0 | A | C | 4 | C | 3C | 5A |
| Octal | 365 | 335 | 327 | 0 | 12 | 14 | 4 | 14 | 74 | 132 |
| Binary | 11110101 | 11011101 | 11010111 | 0 | 1010 | 1100 | 100 | 1100 | 111100 | 1011010 |
Color Harmonies of #F5DDD7
Complementary color
Monochromatic Colors of #F5DDD7
Black with #F5DDD7
Text Example
Text Example
White with #F5DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDD7; }
p { color: rgb(245,221,215); }
H1.HeaderClassName
{
color: #F5DDD7;
}
.AnyTagClassName
{
color: #F5DDD7;
}
</style>
background-color css
<style>
a { background-color: #F5DDD7; }
a { background-color: rgb(245,221,215); }
div.DivClassName
{
background-color: #F5DDD7;
}
.BgClassName
{
background-color: #F5DDD7;
}
</style>
border-color css
<style>
span { border-color: #F5DDD7; }
span { border-color: rgb(245,221,215); }
td.TdClassName
{
border-color: #F5DDD7;
}
.TagClassName
{
border-color: #F5DDD7;
}
</style>