Shades of Remy #F8D8D7
Tints of Remy #F8D8D7
RGB
CMYK
RGB Variations
Color information
#F8D8D7 (or 0xF8D8D7) is known color: Remy. HEX triplet: F8, D8 and D7. RGB value is (248,216,215). Sum of RGB (Red+Green+Blue) = 248+216+215=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8D7 is #072728. Grayscale: #E1E1E1. Windows color (decimal): -468777 or 14145784. OLE color: 14145784.
HSL color Cylindrical-coordinate representation of color #F8D8D7: hue angle of 1.82º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D8D7 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 215 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.03 |
| HSL | 1.82º | 0.7% | 0.91% | - |
| HSV(B) | 1.82º | 0.13% | 0.97% | - |
| XYZ | 75.53 | 73.97 | 74.59 | - |
| YUV | 225.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 215 | 0 | 0.13 | 0.13 | 0.03 | 1.82 | 0.7 | 0.91 |
| Hex | F8 | D8 | D7 | 0 | D | D | 3 | 2 | 46 | 5B |
| Octal | 370 | 330 | 327 | 0 | 15 | 15 | 3 | 2 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11010111 | 0 | 1101 | 1101 | 11 | 10 | 1000110 | 1011011 |
Color Harmonies of #F8D8D7
Complementary color
Monochromatic Colors of #F8D8D7
Black with #F8D8D7
Text Example
Text Example
White with #F8D8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8D7; }
p { color: rgb(248,216,215); }
H1.HeaderClassName
{
color: #F8D8D7;
}
.AnyTagClassName
{
color: #F8D8D7;
}
</style>
background-color css
<style>
a { background-color: #F8D8D7; }
a { background-color: rgb(248,216,215); }
div.DivClassName
{
background-color: #F8D8D7;
}
.BgClassName
{
background-color: #F8D8D7;
}
</style>
border-color css
<style>
span { border-color: #F8D8D7; }
span { border-color: rgb(248,216,215); }
td.TdClassName
{
border-color: #F8D8D7;
}
.TagClassName
{
border-color: #F8D8D7;
}
</style>