Shades of Lavender Rose #F2B7E3
Tints of Lavender Rose #F2B7E3
RGB
CMYK
RGB Variations
Color information
#F2B7E3 (or 0xF2B7E3) is known color: Lavender Rose. HEX triplet: F2, B7 and E3. RGB value is (242,183,227). Sum of RGB (Red+Green+Blue) = 242+183+227=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 183 (71.88% from 255 or 28.07% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7E3 is #0D481C. Grayscale: #CDCDCD. Windows color (decimal): -870429 or 14923762. OLE color: 14923762.
HSL color Cylindrical-coordinate representation of color #F2B7E3: hue angle of 315.25º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B7E3 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 227 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.05 |
| HSL | 315.25º | 0.69% | 0.83% | - |
| HSV(B) | 315.25º | 0.24% | 0.95% | - |
| XYZ | 67.42 | 58.29 | 80.37 | - |
| YUV | 205.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 227 | 0 | 0.24 | 0.06 | 0.05 | 315.25 | 0.69 | 0.83 |
| Hex | F2 | B7 | E3 | 0 | 18 | 6 | 5 | 13B | 45 | 53 |
| Octal | 362 | 267 | 343 | 0 | 30 | 6 | 5 | 473 | 105 | 123 |
| Binary | 11110010 | 10110111 | 11100011 | 0 | 11000 | 110 | 101 | 100111011 | 1000101 | 1010011 |
Color Harmonies of #F2B7E3
Complementary color
Monochromatic Colors of #F2B7E3
Black with #F2B7E3
Text Example
Text Example
White with #F2B7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7E3; }
p { color: rgb(242,183,227); }
H1.HeaderClassName
{
color: #F2B7E3;
}
.AnyTagClassName
{
color: #F2B7E3;
}
</style>
background-color css
<style>
a { background-color: #F2B7E3; }
a { background-color: rgb(242,183,227); }
div.DivClassName
{
background-color: #F2B7E3;
}
.BgClassName
{
background-color: #F2B7E3;
}
</style>
border-color css
<style>
span { border-color: #F2B7E3; }
span { border-color: rgb(242,183,227); }
td.TdClassName
{
border-color: #F2B7E3;
}
.TagClassName
{
border-color: #F2B7E3;
}
</style>