Shades of Remy #F8DED8
Tints of Remy #F8DED8
RGB
CMYK
RGB Variations
Color information
#F8DED8 (or 0xF8DED8) is known color: Remy. HEX triplet: F8, DE and D8. RGB value is (248,222,216). Sum of RGB (Red+Green+Blue) = 248+222+216=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DED8 is #072127. Grayscale: #E5E5E5. Windows color (decimal): -467240 or 14212856. OLE color: 14212856.
HSL color Cylindrical-coordinate representation of color #F8DED8: hue angle of 11.25º 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 #F8DED8 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 216 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.03 |
| HSL | 11.25º | 0.7% | 0.91% | - |
| HSV(B) | 11.25º | 0.13% | 0.97% | - |
| XYZ | 77.23 | 77.16 | 75.79 | - |
| YUV | 229.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 216 | 0 | 0.10 | 0.13 | 0.03 | 11.25 | 0.7 | 0.91 |
| Hex | F8 | DE | D8 | 0 | A | D | 3 | B | 46 | 5B |
| Octal | 370 | 336 | 330 | 0 | 12 | 15 | 3 | 13 | 106 | 133 |
| Binary | 11111000 | 11011110 | 11011000 | 0 | 1010 | 1101 | 11 | 1011 | 1000110 | 1011011 |
Color Harmonies of #F8DED8
Complementary color
Monochromatic Colors of #F8DED8
Black with #F8DED8
Text Example
Text Example
White with #F8DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DED8; }
p { color: rgb(248,222,216); }
H1.HeaderClassName
{
color: #F8DED8;
}
.AnyTagClassName
{
color: #F8DED8;
}
</style>
background-color css
<style>
a { background-color: #F8DED8; }
a { background-color: rgb(248,222,216); }
div.DivClassName
{
background-color: #F8DED8;
}
.BgClassName
{
background-color: #F8DED8;
}
</style>
border-color css
<style>
span { border-color: #F8DED8; }
span { border-color: rgb(248,222,216); }
td.TdClassName
{
border-color: #F8DED8;
}
.TagClassName
{
border-color: #F8DED8;
}
</style>