Shades of Pale Pink #F5DBDE
Tints of Pale Pink #F5DBDE
RGB
CMYK
RGB Variations
Color information
#F5DBDE (or 0xF5DBDE) is known color: Pale Pink. HEX triplet: F5, DB and DE. RGB value is (245,219,222). Sum of RGB (Red+Green+Blue) = 245+219+222=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBDE is #0A2421. Grayscale: #E3E3E3. Windows color (decimal): -664610 or 14605301. OLE color: 14605301.
HSL color Cylindrical-coordinate representation of color #F5DBDE: hue angle of 353.08º 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 #F5DBDE is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 222 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.04 |
| HSL | 353.08º | 0.57% | 0.91% | - |
| HSV(B) | 353.08º | 0.11% | 0.96% | - |
| XYZ | 76.17 | 75.35 | 79.64 | - |
| YUV | 227.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 222 | 0 | 0.11 | 0.09 | 0.04 | 353.08 | 0.57 | 0.91 |
| Hex | F5 | DB | DE | 0 | B | 9 | 4 | 161 | 39 | 5B |
| Octal | 365 | 333 | 336 | 0 | 13 | 11 | 4 | 541 | 71 | 133 |
| Binary | 11110101 | 11011011 | 11011110 | 0 | 1011 | 1001 | 100 | 101100001 | 111001 | 1011011 |
Color Harmonies of #F5DBDE
Complementary color
Monochromatic Colors of #F5DBDE
Black with #F5DBDE
Text Example
Text Example
White with #F5DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBDE; }
p { color: rgb(245,219,222); }
H1.HeaderClassName
{
color: #F5DBDE;
}
.AnyTagClassName
{
color: #F5DBDE;
}
</style>
background-color css
<style>
a { background-color: #F5DBDE; }
a { background-color: rgb(245,219,222); }
div.DivClassName
{
background-color: #F5DBDE;
}
.BgClassName
{
background-color: #F5DBDE;
}
</style>
border-color css
<style>
span { border-color: #F5DBDE; }
span { border-color: rgb(245,219,222); }
td.TdClassName
{
border-color: #F5DBDE;
}
.TagClassName
{
border-color: #F5DBDE;
}
</style>