Shades of Pale Pink #F9DBDC
Tints of Pale Pink #F9DBDC
RGB
CMYK
RGB Variations
Color information
#F9DBDC (or 0xF9DBDC) is known color: Pale Pink. HEX triplet: F9, DB and DC. RGB value is (249,219,220). Sum of RGB (Red+Green+Blue) = 249+219+220=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDC is #062423. Grayscale: #E4E4E4. Windows color (decimal): -402468 or 14474233. OLE color: 14474233.
HSL color Cylindrical-coordinate representation of color #F9DBDC: hue angle of 358º 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 #F9DBDC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 220 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.02 |
| HSL | 358º | 0.71% | 0.92% | - |
| HSV(B) | 358º | 0.12% | 0.98% | - |
| XYZ | 77.32 | 75.97 | 78.3 | - |
| YUV | 228.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 220 | 0 | 0.12 | 0.12 | 0.02 | 358 | 0.71 | 0.92 |
| Hex | F9 | DB | DC | 0 | C | C | 2 | 166 | 47 | 5C |
| Octal | 371 | 333 | 334 | 0 | 14 | 14 | 2 | 546 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11011100 | 0 | 1100 | 1100 | 10 | 101100110 | 1000111 | 1011100 |
Color Harmonies of #F9DBDC
Complementary color
Monochromatic Colors of #F9DBDC
Black with #F9DBDC
Text Example
Text Example
White with #F9DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBDC; }
p { color: rgb(249,219,220); }
H1.HeaderClassName
{
color: #F9DBDC;
}
.AnyTagClassName
{
color: #F9DBDC;
}
</style>
background-color css
<style>
a { background-color: #F9DBDC; }
a { background-color: rgb(249,219,220); }
div.DivClassName
{
background-color: #F9DBDC;
}
.BgClassName
{
background-color: #F9DBDC;
}
</style>
border-color css
<style>
span { border-color: #F9DBDC; }
span { border-color: rgb(249,219,220); }
td.TdClassName
{
border-color: #F9DBDC;
}
.TagClassName
{
border-color: #F9DBDC;
}
</style>