Shades of Remy #F8DFDB
Tints of Remy #F8DFDB
RGB
CMYK
RGB Variations
Color information
#F8DFDB (or 0xF8DFDB) is known color: Remy. HEX triplet: F8, DF and DB. RGB value is (248,223,219). Sum of RGB (Red+Green+Blue) = 248+223+219=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFDB is #072024. Grayscale: #E6E6E6. Windows color (decimal): -466981 or 14409720. OLE color: 14409720.
HSL color Cylindrical-coordinate representation of color #F8DFDB: hue angle of 8.28º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DFDB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 219 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.03 |
| HSL | 8.28º | 0.67% | 0.92% | - |
| HSV(B) | 8.28º | 0.12% | 0.97% | - |
| XYZ | 77.89 | 77.85 | 77.94 | - |
| YUV | 230.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 219 | 0 | 0.10 | 0.12 | 0.03 | 8.28 | 0.67 | 0.92 |
| Hex | F8 | DF | DB | 0 | A | C | 3 | 8 | 43 | 5C |
| Octal | 370 | 337 | 333 | 0 | 12 | 14 | 3 | 10 | 103 | 134 |
| Binary | 11111000 | 11011111 | 11011011 | 0 | 1010 | 1100 | 11 | 1000 | 1000011 | 1011100 |
Color Harmonies of #F8DFDB
Complementary color
Monochromatic Colors of #F8DFDB
Black with #F8DFDB
Text Example
Text Example
White with #F8DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFDB; }
p { color: rgb(248,223,219); }
H1.HeaderClassName
{
color: #F8DFDB;
}
.AnyTagClassName
{
color: #F8DFDB;
}
</style>
background-color css
<style>
a { background-color: #F8DFDB; }
a { background-color: rgb(248,223,219); }
div.DivClassName
{
background-color: #F8DFDB;
}
.BgClassName
{
background-color: #F8DFDB;
}
</style>
border-color css
<style>
span { border-color: #F8DFDB; }
span { border-color: rgb(248,223,219); }
td.TdClassName
{
border-color: #F8DFDB;
}
.TagClassName
{
border-color: #F8DFDB;
}
</style>