Shades of Lavender Rose #F2B6DF
Tints of Lavender Rose #F2B6DF
RGB
CMYK
RGB Variations
Color information
#F2B6DF (or 0xF2B6DF) is known color: Lavender Rose. HEX triplet: F2, B6 and DF. RGB value is (242,182,223). Sum of RGB (Red+Green+Blue) = 242+182+223=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6DF is #0D4920. Grayscale: #CCCCCC. Windows color (decimal): -870689 or 14661362. OLE color: 14661362.
HSL color Cylindrical-coordinate representation of color #F2B6DF: hue angle of 319º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B6DF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 223 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.05 |
| HSL | 319º | 0.7% | 0.83% | - |
| HSV(B) | 319º | 0.25% | 0.95% | - |
| XYZ | 66.67 | 57.66 | 77.43 | - |
| YUV | 204.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 223 | 0 | 0.25 | 0.08 | 0.05 | 319 | 0.7 | 0.83 |
| Hex | F2 | B6 | DF | 0 | 19 | 8 | 5 | 13F | 46 | 53 |
| Octal | 362 | 266 | 337 | 0 | 31 | 10 | 5 | 477 | 106 | 123 |
| Binary | 11110010 | 10110110 | 11011111 | 0 | 11001 | 1000 | 101 | 100111111 | 1000110 | 1010011 |
Color Harmonies of #F2B6DF
Complementary color
Monochromatic Colors of #F2B6DF
Black with #F2B6DF
Text Example
Text Example
White with #F2B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B6DF; }
p { color: rgb(242,182,223); }
H1.HeaderClassName
{
color: #F2B6DF;
}
.AnyTagClassName
{
color: #F2B6DF;
}
</style>
background-color css
<style>
a { background-color: #F2B6DF; }
a { background-color: rgb(242,182,223); }
div.DivClassName
{
background-color: #F2B6DF;
}
.BgClassName
{
background-color: #F2B6DF;
}
</style>
border-color css
<style>
span { border-color: #F2B6DF; }
span { border-color: rgb(242,182,223); }
td.TdClassName
{
border-color: #F2B6DF;
}
.TagClassName
{
border-color: #F2B6DF;
}
</style>