Shades of Pale Rose #F0DADE
Tints of Pale Rose #F0DADE
RGB
CMYK
RGB Variations
Color information
#F0DADE (or 0xF0DADE) is known color: Pale Rose. HEX triplet: F0, DA and DE. RGB value is (240,218,222). Sum of RGB (Red+Green+Blue) = 240+218+222=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DADE is #0F2521. Grayscale: #E1E1E1. Windows color (decimal): -992546 or 14605040. OLE color: 14605040.
HSL color Cylindrical-coordinate representation of color #F0DADE: hue angle of 349.09º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DADE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 222 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.06 |
| HSL | 349.09º | 0.42% | 0.9% | - |
| HSV(B) | 349.09º | 0.09% | 0.94% | - |
| XYZ | 74.19 | 73.94 | 79.47 | - |
| YUV | 225.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 222 | 0 | 0.09 | 0.08 | 0.06 | 349.09 | 0.42 | 0.9 |
| Hex | F0 | DA | DE | 0 | 9 | 8 | 6 | 15D | 2A | 5A |
| Octal | 360 | 332 | 336 | 0 | 11 | 10 | 6 | 535 | 52 | 132 |
| Binary | 11110000 | 11011010 | 11011110 | 0 | 1001 | 1000 | 110 | 101011101 | 101010 | 1011010 |
Color Harmonies of #F0DADE
Complementary color
Monochromatic Colors of #F0DADE
Black with #F0DADE
Text Example
Text Example
White with #F0DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DADE; }
p { color: rgb(240,218,222); }
H1.HeaderClassName
{
color: #F0DADE;
}
.AnyTagClassName
{
color: #F0DADE;
}
</style>
background-color css
<style>
a { background-color: #F0DADE; }
a { background-color: rgb(240,218,222); }
div.DivClassName
{
background-color: #F0DADE;
}
.BgClassName
{
background-color: #F0DADE;
}
</style>
border-color css
<style>
span { border-color: #F0DADE; }
span { border-color: rgb(240,218,222); }
td.TdClassName
{
border-color: #F0DADE;
}
.TagClassName
{
border-color: #F0DADE;
}
</style>