Shades of Pale Pink #F9DBDE
Tints of Pale Pink #F9DBDE
RGB
CMYK
RGB Variations
Color information
#F9DBDE (or 0xF9DBDE) is known color: Pale Pink. HEX triplet: F9, DB and DE. RGB value is (249,219,222). Sum of RGB (Red+Green+Blue) = 249+219+222=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDE is #062421. Grayscale: #E4E4E4. Windows color (decimal): -402466 or 14605305. OLE color: 14605305.
HSL color Cylindrical-coordinate representation of color #F9DBDE: hue angle of 354º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBDE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 222 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.02 |
| HSL | 354º | 0.71% | 0.92% | - |
| HSV(B) | 354º | 0.12% | 0.98% | - |
| XYZ | 77.58 | 76.08 | 79.7 | - |
| YUV | 228.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 222 | 0 | 0.12 | 0.11 | 0.02 | 354 | 0.71 | 0.92 |
| Hex | F9 | DB | DE | 0 | C | B | 2 | 162 | 47 | 5C |
| Octal | 371 | 333 | 336 | 0 | 14 | 13 | 2 | 542 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11011110 | 0 | 1100 | 1011 | 10 | 101100010 | 1000111 | 1011100 |
Color Harmonies of #F9DBDE
Complementary color
Monochromatic Colors of #F9DBDE
Black with #F9DBDE
Text Example
Text Example
White with #F9DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBDE; }
p { color: rgb(249,219,222); }
H1.HeaderClassName
{
color: #F9DBDE;
}
.AnyTagClassName
{
color: #F9DBDE;
}
</style>
background-color css
<style>
a { background-color: #F9DBDE; }
a { background-color: rgb(249,219,222); }
div.DivClassName
{
background-color: #F9DBDE;
}
.BgClassName
{
background-color: #F9DBDE;
}
</style>
border-color css
<style>
span { border-color: #F9DBDE; }
span { border-color: rgb(249,219,222); }
td.TdClassName
{
border-color: #F9DBDE;
}
.TagClassName
{
border-color: #F9DBDE;
}
</style>