Shades of Pale Pink #F9D8DB
Tints of Pale Pink #F9D8DB
RGB
CMYK
RGB Variations
Color information
#F9D8DB (or 0xF9D8DB) is known color: Pale Pink. HEX triplet: F9, D8 and DB. RGB value is (249,216,219). Sum of RGB (Red+Green+Blue) = 249+216+219=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8DB is #062724. Grayscale: #E2E2E2. Windows color (decimal): -403237 or 14407929. OLE color: 14407929.
HSL color Cylindrical-coordinate representation of color #F9D8DB: hue angle of 354.55º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9D8DB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 219 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.02 |
| HSL | 354.55º | 0.73% | 0.91% | - |
| HSV(B) | 354.55º | 0.13% | 0.98% | - |
| XYZ | 76.41 | 74.37 | 77.34 | - |
| YUV | 226.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 219 | 0 | 0.13 | 0.12 | 0.02 | 354.55 | 0.73 | 0.91 |
| Hex | F9 | D8 | DB | 0 | D | C | 2 | 163 | 49 | 5B |
| Octal | 371 | 330 | 333 | 0 | 15 | 14 | 2 | 543 | 111 | 133 |
| Binary | 11111001 | 11011000 | 11011011 | 0 | 1101 | 1100 | 10 | 101100011 | 1001001 | 1011011 |
Color Harmonies of #F9D8DB
Complementary color
Monochromatic Colors of #F9D8DB
Black with #F9D8DB
Text Example
Text Example
White with #F9D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8DB; }
p { color: rgb(249,216,219); }
H1.HeaderClassName
{
color: #F9D8DB;
}
.AnyTagClassName
{
color: #F9D8DB;
}
</style>
background-color css
<style>
a { background-color: #F9D8DB; }
a { background-color: rgb(249,216,219); }
div.DivClassName
{
background-color: #F9D8DB;
}
.BgClassName
{
background-color: #F9D8DB;
}
</style>
border-color css
<style>
span { border-color: #F9D8DB; }
span { border-color: rgb(249,216,219); }
td.TdClassName
{
border-color: #F9D8DB;
}
.TagClassName
{
border-color: #F9D8DB;
}
</style>