Shades of Pale Rose #F0D9DB
Tints of Pale Rose #F0D9DB
RGB
CMYK
RGB Variations
Color information
#F0D9DB (or 0xF0D9DB) is known color: Pale Rose. HEX triplet: F0, D9 and DB. RGB value is (240,217,219). Sum of RGB (Red+Green+Blue) = 240+217+219=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9DB is #0F2624. Grayscale: #E0E0E0. Windows color (decimal): -992805 or 14408176. OLE color: 14408176.
HSL color Cylindrical-coordinate representation of color #F0D9DB: hue angle of 354.78º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9DB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 217 | 219 | - |
CMYK | 0 | 0.10 | 0.09 | 0.06 |
HSL | 354.78º | 0.43% | 0.9% | - |
HSV(B) | 354.78º | 0.1% | 0.94% | - |
XYZ | 73.53 | 73.27 | 77.28 | - |
YUV | 224.11 | 125.12 | 139.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 217 | 219 | 0 | 0.10 | 0.09 | 0.06 | 354.78 | 0.43 | 0.9 |
Hex | F0 | D9 | DB | 0 | A | 9 | 6 | 163 | 2B | 5A |
Octal | 360 | 331 | 333 | 0 | 12 | 11 | 6 | 543 | 53 | 132 |
Binary | 11110000 | 11011001 | 11011011 | 0 | 1010 | 1001 | 110 | 101100011 | 101011 | 1011010 |
Color Harmonies of #F0D9DB
Complementary color
Monochromatic Colors of #F0D9DB
Black with #F0D9DB
Text Example
Text Example
White with #F0D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9DB; }
p { color: rgb(240,217,219); }
H1.HeaderClassName
{
color: #F0D9DB;
}
.AnyTagClassName
{
color: #F0D9DB;
}
</style>
background-color css
<style>
a { background-color: #F0D9DB; }
a { background-color: rgb(240,217,219); }
div.DivClassName
{
background-color: #F0D9DB;
}
.BgClassName
{
background-color: #F0D9DB;
}
</style>
border-color css
<style>
span { border-color: #F0D9DB; }
span { border-color: rgb(240,217,219); }
td.TdClassName
{
border-color: #F0D9DB;
}
.TagClassName
{
border-color: #F0D9DB;
}
</style>