Shades of Lavender Rose #F2B2E5
Tints of Lavender Rose #F2B2E5
RGB
CMYK
RGB Variations
Color information
#F2B2E5 (or 0xF2B2E5) is known color: Lavender Rose. HEX triplet: F2, B2 and E5. RGB value is (242,178,229). Sum of RGB (Red+Green+Blue) = 242+178+229=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2E5 is #0D4D1A. Grayscale: #CACACA. Windows color (decimal): -871707 or 15053554. OLE color: 15053554.
HSL color Cylindrical-coordinate representation of color #F2B2E5: hue angle of 312.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B2E5 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 229 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.05 |
| HSL | 312.19º | 0.71% | 0.82% | - |
| HSV(B) | 312.19º | 0.26% | 0.95% | - |
| XYZ | 66.68 | 56.38 | 81.5 | - |
| YUV | 202.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 229 | 0 | 0.26 | 0.05 | 0.05 | 312.19 | 0.71 | 0.82 |
| Hex | F2 | B2 | E5 | 0 | 1A | 5 | 5 | 138 | 47 | 52 |
| Octal | 362 | 262 | 345 | 0 | 32 | 5 | 5 | 470 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11100101 | 0 | 11010 | 101 | 101 | 100111000 | 1000111 | 1010010 |
Color Harmonies of #F2B2E5
Complementary color
Monochromatic Colors of #F2B2E5
Black with #F2B2E5
Text Example
Text Example
White with #F2B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2E5; }
p { color: rgb(242,178,229); }
H1.HeaderClassName
{
color: #F2B2E5;
}
.AnyTagClassName
{
color: #F2B2E5;
}
</style>
background-color css
<style>
a { background-color: #F2B2E5; }
a { background-color: rgb(242,178,229); }
div.DivClassName
{
background-color: #F2B2E5;
}
.BgClassName
{
background-color: #F2B2E5;
}
</style>
border-color css
<style>
span { border-color: #F2B2E5; }
span { border-color: rgb(242,178,229); }
td.TdClassName
{
border-color: #F2B2E5;
}
.TagClassName
{
border-color: #F2B2E5;
}
</style>