Shades of Pale Pink #F9DBDD
Tints of Pale Pink #F9DBDD
RGB
CMYK
RGB Variations
Color information
#F9DBDD (or 0xF9DBDD) is known color: Pale Pink. HEX triplet: F9, DB and DD. RGB value is (249,219,221). Sum of RGB (Red+Green+Blue) = 249+219+221=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDD is #062422. Grayscale: #E4E4E4. Windows color (decimal): -402467 or 14539769. OLE color: 14539769.
HSL color Cylindrical-coordinate representation of color #F9DBDD: hue angle of 356º 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 #F9DBDD is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 219 | 221 | - |
CMYK | 0 | 0.12 | 0.11 | 0.02 |
HSL | 356º | 0.71% | 0.92% | - |
HSV(B) | 356º | 0.12% | 0.98% | - |
XYZ | 77.45 | 76.02 | 79 | - |
YUV | 228.2 | 123.94 | 142.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 221 | 0 | 0.12 | 0.11 | 0.02 | 356 | 0.71 | 0.92 |
Hex | F9 | DB | DD | 0 | C | B | 2 | 164 | 47 | 5C |
Octal | 371 | 333 | 335 | 0 | 14 | 13 | 2 | 544 | 107 | 134 |
Binary | 11111001 | 11011011 | 11011101 | 0 | 1100 | 1011 | 10 | 101100100 | 1000111 | 1011100 |
Color Harmonies of #F9DBDD
Complementary color
Monochromatic Colors of #F9DBDD
Black with #F9DBDD
Text Example
Text Example
White with #F9DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBDD; }
p { color: rgb(249,219,221); }
H1.HeaderClassName
{
color: #F9DBDD;
}
.AnyTagClassName
{
color: #F9DBDD;
}
</style>
background-color css
<style>
a { background-color: #F9DBDD; }
a { background-color: rgb(249,219,221); }
div.DivClassName
{
background-color: #F9DBDD;
}
.BgClassName
{
background-color: #F9DBDD;
}
</style>
border-color css
<style>
span { border-color: #F9DBDD; }
span { border-color: rgb(249,219,221); }
td.TdClassName
{
border-color: #F9DBDD;
}
.TagClassName
{
border-color: #F9DBDD;
}
</style>