Shades of Lavender Rose #F2B1DD
Tints of Lavender Rose #F2B1DD
RGB
CMYK
RGB Variations
Color information
#F2B1DD (or 0xF2B1DD) is known color: Lavender Rose. HEX triplet: F2, B1 and DD. RGB value is (242,177,221). Sum of RGB (Red+Green+Blue) = 242+177+221=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1DD is #0D4E22. Grayscale: #C9C9C9. Windows color (decimal): -871971 or 14529010. OLE color: 14529010.
HSL color Cylindrical-coordinate representation of color #F2B1DD: hue angle of 319.38º degrees, saturation: 0.71, 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 #F2B1DD is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 221 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.05 |
| HSL | 319.38º | 0.71% | 0.82% | - |
| HSV(B) | 319.38º | 0.27% | 0.95% | - |
| XYZ | 65.39 | 55.54 | 75.68 | - |
| YUV | 201.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 221 | 0 | 0.27 | 0.09 | 0.05 | 319.38 | 0.71 | 0.82 |
| Hex | F2 | B1 | DD | 0 | 1B | 9 | 5 | 13F | 47 | 52 |
| Octal | 362 | 261 | 335 | 0 | 33 | 11 | 5 | 477 | 107 | 122 |
| Binary | 11110010 | 10110001 | 11011101 | 0 | 11011 | 1001 | 101 | 100111111 | 1000111 | 1010010 |
Color Harmonies of #F2B1DD
Complementary color
Monochromatic Colors of #F2B1DD
Black with #F2B1DD
Text Example
Text Example
White with #F2B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B1DD; }
p { color: rgb(242,177,221); }
H1.HeaderClassName
{
color: #F2B1DD;
}
.AnyTagClassName
{
color: #F2B1DD;
}
</style>
background-color css
<style>
a { background-color: #F2B1DD; }
a { background-color: rgb(242,177,221); }
div.DivClassName
{
background-color: #F2B1DD;
}
.BgClassName
{
background-color: #F2B1DD;
}
</style>
border-color css
<style>
span { border-color: #F2B1DD; }
span { border-color: rgb(242,177,221); }
td.TdClassName
{
border-color: #F2B1DD;
}
.TagClassName
{
border-color: #F2B1DD;
}
</style>