Shades of Remy #F8DDDB
Tints of Remy #F8DDDB
RGB
CMYK
RGB Variations
Color information
#F8DDDB (or 0xF8DDDB) is known color: Remy. HEX triplet: F8, DD and DB. RGB value is (248,221,219). Sum of RGB (Red+Green+Blue) = 248+221+219=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDDB is #072224. Grayscale: #E4E4E4. Windows color (decimal): -467493 or 14409208. OLE color: 14409208.
HSL color Cylindrical-coordinate representation of color #F8DDDB: hue angle of 4.14º 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 #F8DDDB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 219 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.03 |
| HSL | 4.14º | 0.67% | 0.92% | - |
| HSV(B) | 4.14º | 0.12% | 0.97% | - |
| XYZ | 77.35 | 76.78 | 77.76 | - |
| YUV | 228.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 219 | 0 | 0.11 | 0.12 | 0.03 | 4.14 | 0.67 | 0.92 |
| Hex | F8 | DD | DB | 0 | B | C | 3 | 4 | 43 | 5C |
| Octal | 370 | 335 | 333 | 0 | 13 | 14 | 3 | 4 | 103 | 134 |
| Binary | 11111000 | 11011101 | 11011011 | 0 | 1011 | 1100 | 11 | 100 | 1000011 | 1011100 |
Color Harmonies of #F8DDDB
Complementary color
Monochromatic Colors of #F8DDDB
Black with #F8DDDB
Text Example
Text Example
White with #F8DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDDB; }
p { color: rgb(248,221,219); }
H1.HeaderClassName
{
color: #F8DDDB;
}
.AnyTagClassName
{
color: #F8DDDB;
}
</style>
background-color css
<style>
a { background-color: #F8DDDB; }
a { background-color: rgb(248,221,219); }
div.DivClassName
{
background-color: #F8DDDB;
}
.BgClassName
{
background-color: #F8DDDB;
}
</style>
border-color css
<style>
span { border-color: #F8DDDB; }
span { border-color: rgb(248,221,219); }
td.TdClassName
{
border-color: #F8DDDB;
}
.TagClassName
{
border-color: #F8DDDB;
}
</style>