Shades of Pale Rose #F0DDDF
Tints of Pale Rose #F0DDDF
RGB
CMYK
RGB Variations
Color information
#F0DDDF (or 0xF0DDDF) is known color: Pale Rose. HEX triplet: F0, DD and DF. RGB value is (240,221,223). Sum of RGB (Red+Green+Blue) = 240+221+223=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDDF is #0F2220. Grayscale: #E2E2E2. Windows color (decimal): -991777 or 14671344. OLE color: 14671344.
HSL color Cylindrical-coordinate representation of color #F0DDDF: hue angle of 353.68º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 223 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.06 |
| HSL | 353.68º | 0.39% | 0.9% | - |
| HSV(B) | 353.68º | 0.08% | 0.94% | - |
| XYZ | 75.11 | 75.57 | 80.44 | - |
| YUV | 226.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 223 | 0 | 0.08 | 0.07 | 0.06 | 353.68 | 0.39 | 0.9 |
| Hex | F0 | DD | DF | 0 | 8 | 7 | 6 | 162 | 27 | 5A |
| Octal | 360 | 335 | 337 | 0 | 10 | 7 | 6 | 542 | 47 | 132 |
| Binary | 11110000 | 11011101 | 11011111 | 0 | 1000 | 111 | 110 | 101100010 | 100111 | 1011010 |
Color Harmonies of #F0DDDF
Complementary color
Monochromatic Colors of #F0DDDF
Black with #F0DDDF
Text Example
Text Example
White with #F0DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDDF; }
p { color: rgb(240,221,223); }
H1.HeaderClassName
{
color: #F0DDDF;
}
.AnyTagClassName
{
color: #F0DDDF;
}
</style>
background-color css
<style>
a { background-color: #F0DDDF; }
a { background-color: rgb(240,221,223); }
div.DivClassName
{
background-color: #F0DDDF;
}
.BgClassName
{
background-color: #F0DDDF;
}
</style>
border-color css
<style>
span { border-color: #F0DDDF; }
span { border-color: rgb(240,221,223); }
td.TdClassName
{
border-color: #F0DDDF;
}
.TagClassName
{
border-color: #F0DDDF;
}
</style>