Shades of Pale Pink #F8D8DB
Tints of Pale Pink #F8D8DB
RGB
CMYK
RGB Variations
Color information
#F8D8DB (or 0xF8D8DB) is known color: Pale Pink. HEX triplet: F8, D8 and DB. RGB value is (248,216,219). Sum of RGB (Red+Green+Blue) = 248+216+219=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8DB is #072724. Grayscale: #E1E1E1. Windows color (decimal): -468773 or 14407928. OLE color: 14407928.
HSL color Cylindrical-coordinate representation of color #F8D8DB: hue angle of 354.38º 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 #F8D8DB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 219 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.03 |
| HSL | 354.38º | 0.7% | 0.91% | - |
| HSV(B) | 354.38º | 0.13% | 0.97% | - |
| XYZ | 76.05 | 74.18 | 77.33 | - |
| YUV | 225.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 219 | 0 | 0.13 | 0.12 | 0.03 | 354.38 | 0.7 | 0.91 |
| Hex | F8 | D8 | DB | 0 | D | C | 3 | 162 | 46 | 5B |
| Octal | 370 | 330 | 333 | 0 | 15 | 14 | 3 | 542 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11011011 | 0 | 1101 | 1100 | 11 | 101100010 | 1000110 | 1011011 |
Color Harmonies of #F8D8DB
Complementary color
Monochromatic Colors of #F8D8DB
Black with #F8D8DB
Text Example
Text Example
White with #F8D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8DB; }
p { color: rgb(248,216,219); }
H1.HeaderClassName
{
color: #F8D8DB;
}
.AnyTagClassName
{
color: #F8D8DB;
}
</style>
background-color css
<style>
a { background-color: #F8D8DB; }
a { background-color: rgb(248,216,219); }
div.DivClassName
{
background-color: #F8D8DB;
}
.BgClassName
{
background-color: #F8D8DB;
}
</style>
border-color css
<style>
span { border-color: #F8D8DB; }
span { border-color: rgb(248,216,219); }
td.TdClassName
{
border-color: #F8D8DB;
}
.TagClassName
{
border-color: #F8D8DB;
}
</style>