Shades of Remy #F8DCDB
Tints of Remy #F8DCDB
RGB
CMYK
RGB Variations
Color information
#F8DCDB (or 0xF8DCDB) is known color: Remy. HEX triplet: F8, DC and DB. RGB value is (248,220,219). Sum of RGB (Red+Green+Blue) = 248+220+219=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCDB is #072324. Grayscale: #E4E4E4. Windows color (decimal): -467749 or 14408952. OLE color: 14408952.
HSL color Cylindrical-coordinate representation of color #F8DCDB: hue angle of 2.07º 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 #F8DCDB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 219 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.03 |
| HSL | 2.07º | 0.67% | 0.92% | - |
| HSV(B) | 2.07º | 0.12% | 0.97% | - |
| XYZ | 77.09 | 76.26 | 77.67 | - |
| YUV | 228.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 219 | 0 | 0.11 | 0.12 | 0.03 | 2.07 | 0.67 | 0.92 |
| Hex | F8 | DC | DB | 0 | B | C | 3 | 2 | 43 | 5C |
| Octal | 370 | 334 | 333 | 0 | 13 | 14 | 3 | 2 | 103 | 134 |
| Binary | 11111000 | 11011100 | 11011011 | 0 | 1011 | 1100 | 11 | 10 | 1000011 | 1011100 |
Color Harmonies of #F8DCDB
Complementary color
Monochromatic Colors of #F8DCDB
Black with #F8DCDB
Text Example
Text Example
White with #F8DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCDB; }
p { color: rgb(248,220,219); }
H1.HeaderClassName
{
color: #F8DCDB;
}
.AnyTagClassName
{
color: #F8DCDB;
}
</style>
background-color css
<style>
a { background-color: #F8DCDB; }
a { background-color: rgb(248,220,219); }
div.DivClassName
{
background-color: #F8DCDB;
}
.BgClassName
{
background-color: #F8DCDB;
}
</style>
border-color css
<style>
span { border-color: #F8DCDB; }
span { border-color: rgb(248,220,219); }
td.TdClassName
{
border-color: #F8DCDB;
}
.TagClassName
{
border-color: #F8DCDB;
}
</style>