Shades of Lavender Rose #FFB4E7
Tints of Lavender Rose #FFB4E7
RGB
CMYK
RGB Variations
Color information
#FFB4E7 (or 0xFFB4E7) is known color: Lavender Rose. HEX triplet: FF, B4 and E7. RGB value is (255,180,231). Sum of RGB (Red+Green+Blue) = 255+180+231=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4E7 is #004B18. Grayscale: #D0D0D0. Windows color (decimal): -19225 or 15185151. OLE color: 15185151.
HSL color Cylindrical-coordinate representation of color #FFB4E7: hue angle of 319.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4E7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 231 | - |
| CMYK | 0 | 0.29 | 0.09 | 0 |
| HSL | 319.2º | 1% | 0.85% | - |
| HSV(B) | 319.2º | 0.29% | 1% | - |
| XYZ | 71.99 | 59.67 | 83.33 | - |
| YUV | 208.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 231 | 0 | 0.29 | 0.09 | 0 | 319.2 | 1 | 0.85 |
| Hex | FF | B4 | E7 | 0 | 1D | 9 | 0 | 13F | 64 | 55 |
| Octal | 377 | 264 | 347 | 0 | 35 | 11 | 0 | 477 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11100111 | 0 | 11101 | 1001 | 0 | 100111111 | 1100100 | 1010101 |
Color Harmonies of #FFB4E7
Complementary color
Monochromatic Colors of #FFB4E7
Black with #FFB4E7
Text Example
Text Example
White with #FFB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4E7; }
p { color: rgb(255,180,231); }
H1.HeaderClassName
{
color: #FFB4E7;
}
.AnyTagClassName
{
color: #FFB4E7;
}
</style>
background-color css
<style>
a { background-color: #FFB4E7; }
a { background-color: rgb(255,180,231); }
div.DivClassName
{
background-color: #FFB4E7;
}
.BgClassName
{
background-color: #FFB4E7;
}
</style>
border-color css
<style>
span { border-color: #FFB4E7; }
span { border-color: rgb(255,180,231); }
td.TdClassName
{
border-color: #FFB4E7;
}
.TagClassName
{
border-color: #FFB4E7;
}
</style>