Shades of Lavender Rose #FFB4EE
Tints of Lavender Rose #FFB4EE
RGB
CMYK
RGB Variations
Color information
#FFB4EE (or 0xFFB4EE) is known color: Lavender Rose. HEX triplet: FF, B4 and EE. RGB value is (255,180,238). Sum of RGB (Red+Green+Blue) = 255+180+238=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4EE is #004B11. Grayscale: #D0D0D0. Windows color (decimal): -19218 or 15643903. OLE color: 15643903.
HSL color Cylindrical-coordinate representation of color #FFB4EE: hue angle of 313.6º 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 #FFB4EE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 238 | - |
| CMYK | 0 | 0.29 | 0.07 | 0 |
| HSL | 313.6º | 1% | 0.85% | - |
| HSV(B) | 313.6º | 0.29% | 1% | - |
| XYZ | 72.99 | 60.08 | 88.64 | - |
| YUV | 209.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 238 | 0 | 0.29 | 0.07 | 0 | 313.6 | 1 | 0.85 |
| Hex | FF | B4 | EE | 0 | 1D | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 264 | 356 | 0 | 35 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11101110 | 0 | 11101 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB4EE
Complementary color
Monochromatic Colors of #FFB4EE
Black with #FFB4EE
Text Example
Text Example
White with #FFB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4EE; }
p { color: rgb(255,180,238); }
H1.HeaderClassName
{
color: #FFB4EE;
}
.AnyTagClassName
{
color: #FFB4EE;
}
</style>
background-color css
<style>
a { background-color: #FFB4EE; }
a { background-color: rgb(255,180,238); }
div.DivClassName
{
background-color: #FFB4EE;
}
.BgClassName
{
background-color: #FFB4EE;
}
</style>
border-color css
<style>
span { border-color: #FFB4EE; }
span { border-color: rgb(255,180,238); }
td.TdClassName
{
border-color: #FFB4EE;
}
.TagClassName
{
border-color: #FFB4EE;
}
</style>