Shades of Pale Pink #F9D8DC
Tints of Pale Pink #F9D8DC
RGB
CMYK
RGB Variations
Color information
#F9D8DC (or 0xF9D8DC) is known color: Pale Pink. HEX triplet: F9, D8 and DC. RGB value is (249,216,220). Sum of RGB (Red+Green+Blue) = 249+216+220=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8DC is #062723. Grayscale: #E2E2E2. Windows color (decimal): -403236 or 14473465. OLE color: 14473465.
HSL color Cylindrical-coordinate representation of color #F9D8DC: hue angle of 352.73º 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 #F9D8DC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 220 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.02 |
| HSL | 352.73º | 0.73% | 0.91% | - |
| HSV(B) | 352.73º | 0.13% | 0.98% | - |
| XYZ | 76.54 | 74.42 | 78.04 | - |
| YUV | 226.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 220 | 0 | 0.13 | 0.12 | 0.02 | 352.73 | 0.73 | 0.91 |
| Hex | F9 | D8 | DC | 0 | D | C | 2 | 161 | 49 | 5B |
| Octal | 371 | 330 | 334 | 0 | 15 | 14 | 2 | 541 | 111 | 133 |
| Binary | 11111001 | 11011000 | 11011100 | 0 | 1101 | 1100 | 10 | 101100001 | 1001001 | 1011011 |
Color Harmonies of #F9D8DC
Complementary color
Monochromatic Colors of #F9D8DC
Black with #F9D8DC
Text Example
Text Example
White with #F9D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8DC; }
p { color: rgb(249,216,220); }
H1.HeaderClassName
{
color: #F9D8DC;
}
.AnyTagClassName
{
color: #F9D8DC;
}
</style>
background-color css
<style>
a { background-color: #F9D8DC; }
a { background-color: rgb(249,216,220); }
div.DivClassName
{
background-color: #F9D8DC;
}
.BgClassName
{
background-color: #F9D8DC;
}
</style>
border-color css
<style>
span { border-color: #F9D8DC; }
span { border-color: rgb(249,216,220); }
td.TdClassName
{
border-color: #F9D8DC;
}
.TagClassName
{
border-color: #F9D8DC;
}
</style>