Shades of Lavender Rose #F2B0DD
Tints of Lavender Rose #F2B0DD
RGB
CMYK
RGB Variations
Color information
#F2B0DD (or 0xF2B0DD) is known color: Lavender Rose. HEX triplet: F2, B0 and DD. RGB value is (242,176,221). Sum of RGB (Red+Green+Blue) = 242+176+221=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0DD is #0D4F22. Grayscale: #C8C8C8. Windows color (decimal): -872227 or 14528754. OLE color: 14528754.
HSL color Cylindrical-coordinate representation of color #F2B0DD: hue angle of 319.09º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0DD is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 221 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.05 |
| HSL | 319.09º | 0.72% | 0.82% | - |
| HSV(B) | 319.09º | 0.27% | 0.95% | - |
| XYZ | 65.19 | 55.15 | 75.62 | - |
| YUV | 200.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 221 | 0 | 0.27 | 0.09 | 0.05 | 319.09 | 0.72 | 0.82 |
| Hex | F2 | B0 | DD | 0 | 1B | 9 | 5 | 13F | 48 | 52 |
| Octal | 362 | 260 | 335 | 0 | 33 | 11 | 5 | 477 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11011101 | 0 | 11011 | 1001 | 101 | 100111111 | 1001000 | 1010010 |
Color Harmonies of #F2B0DD
Complementary color
Monochromatic Colors of #F2B0DD
Black with #F2B0DD
Text Example
Text Example
White with #F2B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0DD; }
p { color: rgb(242,176,221); }
H1.HeaderClassName
{
color: #F2B0DD;
}
.AnyTagClassName
{
color: #F2B0DD;
}
</style>
background-color css
<style>
a { background-color: #F2B0DD; }
a { background-color: rgb(242,176,221); }
div.DivClassName
{
background-color: #F2B0DD;
}
.BgClassName
{
background-color: #F2B0DD;
}
</style>
border-color css
<style>
span { border-color: #F2B0DD; }
span { border-color: rgb(242,176,221); }
td.TdClassName
{
border-color: #F2B0DD;
}
.TagClassName
{
border-color: #F2B0DD;
}
</style>