Shades of Pale Pink #F5DBDC
Tints of Pale Pink #F5DBDC
RGB
CMYK
RGB Variations
Color information
#F5DBDC (or 0xF5DBDC) is known color: Pale Pink. HEX triplet: F5, DB and DC. RGB value is (245,219,220). Sum of RGB (Red+Green+Blue) = 245+219+220=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBDC is #0A2423. Grayscale: #E2E2E2. Windows color (decimal): -664612 or 14474229. OLE color: 14474229.
HSL color Cylindrical-coordinate representation of color #F5DBDC: hue angle of 357.69º degrees, saturation: 0.57, 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 #F5DBDC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 220 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.04 |
| HSL | 357.69º | 0.57% | 0.91% | - |
| HSV(B) | 357.69º | 0.11% | 0.96% | - |
| XYZ | 75.91 | 75.24 | 78.23 | - |
| YUV | 226.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 220 | 0 | 0.11 | 0.10 | 0.04 | 357.69 | 0.57 | 0.91 |
| Hex | F5 | DB | DC | 0 | B | A | 4 | 166 | 39 | 5B |
| Octal | 365 | 333 | 334 | 0 | 13 | 12 | 4 | 546 | 71 | 133 |
| Binary | 11110101 | 11011011 | 11011100 | 0 | 1011 | 1010 | 100 | 101100110 | 111001 | 1011011 |
Color Harmonies of #F5DBDC
Complementary color
Monochromatic Colors of #F5DBDC
Black with #F5DBDC
Text Example
Text Example
White with #F5DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBDC; }
p { color: rgb(245,219,220); }
H1.HeaderClassName
{
color: #F5DBDC;
}
.AnyTagClassName
{
color: #F5DBDC;
}
</style>
background-color css
<style>
a { background-color: #F5DBDC; }
a { background-color: rgb(245,219,220); }
div.DivClassName
{
background-color: #F5DBDC;
}
.BgClassName
{
background-color: #F5DBDC;
}
</style>
border-color css
<style>
span { border-color: #F5DBDC; }
span { border-color: rgb(245,219,220); }
td.TdClassName
{
border-color: #F5DBDC;
}
.TagClassName
{
border-color: #F5DBDC;
}
</style>