Shades of Pale Pink #F8DBDD
Tints of Pale Pink #F8DBDD
RGB
CMYK
RGB Variations
Color information
#F8DBDD (or 0xF8DBDD) is known color: Pale Pink. HEX triplet: F8, DB and DD. RGB value is (248,219,221). Sum of RGB (Red+Green+Blue) = 248+219+221=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBDD is #072422. Grayscale: #E3E3E3. Windows color (decimal): -468003 or 14539768. OLE color: 14539768.
HSL color Cylindrical-coordinate representation of color #F8DBDD: hue angle of 355.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBDD is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 221 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.03 |
| HSL | 355.86º | 0.67% | 0.92% | - |
| HSV(B) | 355.86º | 0.12% | 0.97% | - |
| XYZ | 77.09 | 75.84 | 78.98 | - |
| YUV | 227.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 221 | 0 | 0.12 | 0.11 | 0.03 | 355.86 | 0.67 | 0.92 |
| Hex | F8 | DB | DD | 0 | C | B | 3 | 164 | 43 | 5C |
| Octal | 370 | 333 | 335 | 0 | 14 | 13 | 3 | 544 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11011101 | 0 | 1100 | 1011 | 11 | 101100100 | 1000011 | 1011100 |
Color Harmonies of #F8DBDD
Complementary color
Monochromatic Colors of #F8DBDD
Black with #F8DBDD
Text Example
Text Example
White with #F8DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBDD; }
p { color: rgb(248,219,221); }
H1.HeaderClassName
{
color: #F8DBDD;
}
.AnyTagClassName
{
color: #F8DBDD;
}
</style>
background-color css
<style>
a { background-color: #F8DBDD; }
a { background-color: rgb(248,219,221); }
div.DivClassName
{
background-color: #F8DBDD;
}
.BgClassName
{
background-color: #F8DBDD;
}
</style>
border-color css
<style>
span { border-color: #F8DBDD; }
span { border-color: rgb(248,219,221); }
td.TdClassName
{
border-color: #F8DBDD;
}
.TagClassName
{
border-color: #F8DBDD;
}
</style>