Shades of Lavender Rose #F2B4ED
Tints of Lavender Rose #F2B4ED
RGB
CMYK
RGB Variations
Color information
#F2B4ED (or 0xF2B4ED) is known color: Lavender Rose. HEX triplet: F2, B4 and ED. RGB value is (242,180,237). Sum of RGB (Red+Green+Blue) = 242+180+237=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4ED is #0D4B12. Grayscale: #CCCCCC. Windows color (decimal): -871187 or 15578354. OLE color: 15578354.
HSL color Cylindrical-coordinate representation of color #F2B4ED: hue angle of 304.84º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B4ED is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 237 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.05 |
| HSL | 304.84º | 0.7% | 0.83% | - |
| HSV(B) | 304.84º | 0.26% | 0.95% | - |
| XYZ | 68.23 | 57.63 | 87.65 | - |
| YUV | 205.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 237 | 0 | 0.26 | 0.02 | 0.05 | 304.84 | 0.7 | 0.83 |
| Hex | F2 | B4 | ED | 0 | 1A | 2 | 5 | 131 | 46 | 53 |
| Octal | 362 | 264 | 355 | 0 | 32 | 2 | 5 | 461 | 106 | 123 |
| Binary | 11110010 | 10110100 | 11101101 | 0 | 11010 | 10 | 101 | 100110001 | 1000110 | 1010011 |
Color Harmonies of #F2B4ED
Complementary color
Monochromatic Colors of #F2B4ED
Black with #F2B4ED
Text Example
Text Example
White with #F2B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B4ED; }
p { color: rgb(242,180,237); }
H1.HeaderClassName
{
color: #F2B4ED;
}
.AnyTagClassName
{
color: #F2B4ED;
}
</style>
background-color css
<style>
a { background-color: #F2B4ED; }
a { background-color: rgb(242,180,237); }
div.DivClassName
{
background-color: #F2B4ED;
}
.BgClassName
{
background-color: #F2B4ED;
}
</style>
border-color css
<style>
span { border-color: #F2B4ED; }
span { border-color: rgb(242,180,237); }
td.TdClassName
{
border-color: #F2B4ED;
}
.TagClassName
{
border-color: #F2B4ED;
}
</style>