Shades of Pale Pink #F5DADB
Tints of Pale Pink #F5DADB
RGB
CMYK
RGB Variations
Color information
#F5DADB (or 0xF5DADB) is known color: Pale Pink. HEX triplet: F5, DA and DB. RGB value is (245,218,219). Sum of RGB (Red+Green+Blue) = 245+218+219=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DADB is #0A2524. Grayscale: #E2E2E2. Windows color (decimal): -664869 or 14408437. OLE color: 14408437.
HSL color Cylindrical-coordinate representation of color #F5DADB: hue angle of 357.78º 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 #F5DADB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 219 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.04 |
| HSL | 357.78º | 0.57% | 0.91% | - |
| HSV(B) | 357.78º | 0.11% | 0.96% | - |
| XYZ | 75.51 | 74.67 | 77.45 | - |
| YUV | 226.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 219 | 0 | 0.11 | 0.11 | 0.04 | 357.78 | 0.57 | 0.91 |
| Hex | F5 | DA | DB | 0 | B | B | 4 | 166 | 39 | 5B |
| Octal | 365 | 332 | 333 | 0 | 13 | 13 | 4 | 546 | 71 | 133 |
| Binary | 11110101 | 11011010 | 11011011 | 0 | 1011 | 1011 | 100 | 101100110 | 111001 | 1011011 |
Color Harmonies of #F5DADB
Complementary color
Monochromatic Colors of #F5DADB
Black with #F5DADB
Text Example
Text Example
White with #F5DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DADB; }
p { color: rgb(245,218,219); }
H1.HeaderClassName
{
color: #F5DADB;
}
.AnyTagClassName
{
color: #F5DADB;
}
</style>
background-color css
<style>
a { background-color: #F5DADB; }
a { background-color: rgb(245,218,219); }
div.DivClassName
{
background-color: #F5DADB;
}
.BgClassName
{
background-color: #F5DADB;
}
</style>
border-color css
<style>
span { border-color: #F5DADB; }
span { border-color: rgb(245,218,219); }
td.TdClassName
{
border-color: #F5DADB;
}
.TagClassName
{
border-color: #F5DADB;
}
</style>