Shades of Pale Rose #F5D0D4
Tints of Pale Rose #F5D0D4
RGB
CMYK
RGB Variations
Color information
#F5D0D4 (or 0xF5D0D4) is known color: Pale Rose. HEX triplet: F5, D0 and D4. RGB value is (245,208,212). Sum of RGB (Red+Green+Blue) = 245+208+212=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D0D4 is #0A2F2B. Grayscale: #DBDBDB. Windows color (decimal): -667436 or 13947125. OLE color: 13947125.
HSL color Cylindrical-coordinate representation of color #F5D0D4: hue angle of 353.51º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D0D4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 212 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.04 |
| HSL | 353.51º | 0.65% | 0.89% | - |
| HSV(B) | 353.51º | 0.15% | 0.96% | - |
| XYZ | 72.1 | 69.28 | 71.86 | - |
| YUV | 219.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 212 | 0 | 0.15 | 0.13 | 0.04 | 353.51 | 0.65 | 0.89 |
| Hex | F5 | D0 | D4 | 0 | F | D | 4 | 162 | 41 | 59 |
| Octal | 365 | 320 | 324 | 0 | 17 | 15 | 4 | 542 | 101 | 131 |
| Binary | 11110101 | 11010000 | 11010100 | 0 | 1111 | 1101 | 100 | 101100010 | 1000001 | 1011001 |
Color Harmonies of #F5D0D4
Complementary color
Monochromatic Colors of #F5D0D4
Black with #F5D0D4
Text Example
Text Example
White with #F5D0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0D4; }
p { color: rgb(245,208,212); }
H1.HeaderClassName
{
color: #F5D0D4;
}
.AnyTagClassName
{
color: #F5D0D4;
}
</style>
background-color css
<style>
a { background-color: #F5D0D4; }
a { background-color: rgb(245,208,212); }
div.DivClassName
{
background-color: #F5D0D4;
}
.BgClassName
{
background-color: #F5D0D4;
}
</style>
border-color css
<style>
span { border-color: #F5D0D4; }
span { border-color: rgb(245,208,212); }
td.TdClassName
{
border-color: #F5D0D4;
}
.TagClassName
{
border-color: #F5D0D4;
}
</style>