Shades of Lavender Rose #FFB2EE
Tints of Lavender Rose #FFB2EE
RGB
CMYK
RGB Variations
Color information
#FFB2EE (or 0xFFB2EE) is known color: Lavender Rose. HEX triplet: FF, B2 and EE. RGB value is (255,178,238). Sum of RGB (Red+Green+Blue) = 255+178+238=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 178 (69.92% from 255 or 26.53% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2EE is #004D11. Grayscale: #CFCFCF. Windows color (decimal): -19730 or 15643391. OLE color: 15643391.
HSL color Cylindrical-coordinate representation of color #FFB2EE: hue angle of 313.25º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2EE is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 238 | - |
| CMYK | 0 | 0.30 | 0.07 | 0 |
| HSL | 313.25º | 1% | 0.85% | - |
| HSV(B) | 313.25º | 0.3% | 1% | - |
| XYZ | 72.59 | 59.27 | 88.5 | - |
| YUV | 207.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 238 | 0 | 0.30 | 0.07 | 0 | 313.25 | 1 | 0.85 |
| Hex | FF | B2 | EE | 0 | 1E | 7 | 0 | 139 | 64 | 55 |
| Octal | 377 | 262 | 356 | 0 | 36 | 7 | 0 | 471 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11101110 | 0 | 11110 | 111 | 0 | 100111001 | 1100100 | 1010101 |
Color Harmonies of #FFB2EE
Complementary color
Monochromatic Colors of #FFB2EE
Black with #FFB2EE
Text Example
Text Example
White with #FFB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2EE; }
p { color: rgb(255,178,238); }
H1.HeaderClassName
{
color: #FFB2EE;
}
.AnyTagClassName
{
color: #FFB2EE;
}
</style>
background-color css
<style>
a { background-color: #FFB2EE; }
a { background-color: rgb(255,178,238); }
div.DivClassName
{
background-color: #FFB2EE;
}
.BgClassName
{
background-color: #FFB2EE;
}
</style>
border-color css
<style>
span { border-color: #FFB2EE; }
span { border-color: rgb(255,178,238); }
td.TdClassName
{
border-color: #FFB2EE;
}
.TagClassName
{
border-color: #FFB2EE;
}
</style>