Shades of Pale Pink #F6DBDD
Tints of Pale Pink #F6DBDD
RGB
CMYK
RGB Variations
Color information
#F6DBDD (or 0xF6DBDD) is known color: Pale Pink. HEX triplet: F6, DB and DD. RGB value is (246,219,221). Sum of RGB (Red+Green+Blue) = 246+219+221=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDD is #092422. Grayscale: #E3E3E3. Windows color (decimal): -599075 or 14539766. OLE color: 14539766.
HSL color Cylindrical-coordinate representation of color #F6DBDD: hue angle of 355.56º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DBDD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 221 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.04 |
| HSL | 355.56º | 0.6% | 0.91% | - |
| HSV(B) | 355.56º | 0.11% | 0.96% | - |
| XYZ | 76.39 | 75.48 | 78.95 | - |
| YUV | 227.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 221 | 0 | 0.11 | 0.10 | 0.04 | 355.56 | 0.6 | 0.91 |
| Hex | F6 | DB | DD | 0 | B | A | 4 | 164 | 3C | 5B |
| Octal | 366 | 333 | 335 | 0 | 13 | 12 | 4 | 544 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11011101 | 0 | 1011 | 1010 | 100 | 101100100 | 111100 | 1011011 |
Color Harmonies of #F6DBDD
Complementary color
Monochromatic Colors of #F6DBDD
Black with #F6DBDD
Text Example
Text Example
White with #F6DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBDD; }
p { color: rgb(246,219,221); }
H1.HeaderClassName
{
color: #F6DBDD;
}
.AnyTagClassName
{
color: #F6DBDD;
}
</style>
background-color css
<style>
a { background-color: #F6DBDD; }
a { background-color: rgb(246,219,221); }
div.DivClassName
{
background-color: #F6DBDD;
}
.BgClassName
{
background-color: #F6DBDD;
}
</style>
border-color css
<style>
span { border-color: #F6DBDD; }
span { border-color: rgb(246,219,221); }
td.TdClassName
{
border-color: #F6DBDD;
}
.TagClassName
{
border-color: #F6DBDD;
}
</style>