Shades of Lavender Rose #FFB7EA
Tints of Lavender Rose #FFB7EA
RGB
CMYK
RGB Variations
Color information
#FFB7EA (or 0xFFB7EA) is known color: Lavender Rose. HEX triplet: FF, B7 and EA. RGB value is (255,183,234). Sum of RGB (Red+Green+Blue) = 255+183+234=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7EA is #004815. Grayscale: #D2D2D2. Windows color (decimal): -18454 or 15382527. OLE color: 15382527.
HSL color Cylindrical-coordinate representation of color #FFB7EA: hue angle of 317.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7EA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 234 | - |
| CMYK | 0 | 0.28 | 0.08 | 0 |
| HSL | 317.5º | 1% | 0.86% | - |
| HSV(B) | 317.5º | 0.28% | 1% | - |
| XYZ | 73.02 | 61.07 | 85.78 | - |
| YUV | 210.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 234 | 0 | 0.28 | 0.08 | 0 | 317.5 | 1 | 0.86 |
| Hex | FF | B7 | EA | 0 | 1C | 8 | 0 | 13E | 64 | 56 |
| Octal | 377 | 267 | 352 | 0 | 34 | 10 | 0 | 476 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11101010 | 0 | 11100 | 1000 | 0 | 100111110 | 1100100 | 1010110 |
Color Harmonies of #FFB7EA
Complementary color
Monochromatic Colors of #FFB7EA
Black with #FFB7EA
Text Example
Text Example
White with #FFB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7EA; }
p { color: rgb(255,183,234); }
H1.HeaderClassName
{
color: #FFB7EA;
}
.AnyTagClassName
{
color: #FFB7EA;
}
</style>
background-color css
<style>
a { background-color: #FFB7EA; }
a { background-color: rgb(255,183,234); }
div.DivClassName
{
background-color: #FFB7EA;
}
.BgClassName
{
background-color: #FFB7EA;
}
</style>
border-color css
<style>
span { border-color: #FFB7EA; }
span { border-color: rgb(255,183,234); }
td.TdClassName
{
border-color: #FFB7EA;
}
.TagClassName
{
border-color: #FFB7EA;
}
</style>