Shades of Lavender Rose #F2B2EE
Tints of Lavender Rose #F2B2EE
RGB
CMYK
RGB Variations
Color information
#F2B2EE (or 0xF2B2EE) is known color: Lavender Rose. HEX triplet: F2, B2 and EE. RGB value is (242,178,238). Sum of RGB (Red+Green+Blue) = 242+178+238=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B2EE is #0D4D11. Grayscale: #CBCBCB. Windows color (decimal): -871698 or 15643378. OLE color: 15643378.
HSL color Cylindrical-coordinate representation of color #F2B2EE: hue angle of 303.75º 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 #F2B2EE is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 238 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.05 |
| HSL | 303.75º | 0.71% | 0.82% | - |
| HSV(B) | 303.75º | 0.26% | 0.95% | - |
| XYZ | 67.97 | 56.89 | 88.29 | - |
| YUV | 203.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 238 | 0 | 0.26 | 0.02 | 0.05 | 303.75 | 0.71 | 0.82 |
| Hex | F2 | B2 | EE | 0 | 1A | 2 | 5 | 130 | 47 | 52 |
| Octal | 362 | 262 | 356 | 0 | 32 | 2 | 5 | 460 | 107 | 122 |
| Binary | 11110010 | 10110010 | 11101110 | 0 | 11010 | 10 | 101 | 100110000 | 1000111 | 1010010 |
Color Harmonies of #F2B2EE
Complementary color
Monochromatic Colors of #F2B2EE
Black with #F2B2EE
Text Example
Text Example
White with #F2B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B2EE; }
p { color: rgb(242,178,238); }
H1.HeaderClassName
{
color: #F2B2EE;
}
.AnyTagClassName
{
color: #F2B2EE;
}
</style>
background-color css
<style>
a { background-color: #F2B2EE; }
a { background-color: rgb(242,178,238); }
div.DivClassName
{
background-color: #F2B2EE;
}
.BgClassName
{
background-color: #F2B2EE;
}
</style>
border-color css
<style>
span { border-color: #F2B2EE; }
span { border-color: rgb(242,178,238); }
td.TdClassName
{
border-color: #F2B2EE;
}
.TagClassName
{
border-color: #F2B2EE;
}
</style>