Shades of Lavender Rose #FFB4EF
Tints of Lavender Rose #FFB4EF
RGB
CMYK
RGB Variations
Color information
#FFB4EF (or 0xFFB4EF) is known color: Lavender Rose. HEX triplet: FF, B4 and EF. RGB value is (255,180,239). Sum of RGB (Red+Green+Blue) = 255+180+239=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4EF is #004B10. Grayscale: #D0D0D0. Windows color (decimal): -19217 or 15709439. OLE color: 15709439.
HSL color Cylindrical-coordinate representation of color #FFB4EF: hue angle of 312.8º 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 #FFB4EF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 239 | - |
| CMYK | 0 | 0.29 | 0.06 | 0 |
| HSL | 312.8º | 1% | 0.85% | - |
| HSV(B) | 312.8º | 0.29% | 1% | - |
| XYZ | 73.14 | 60.13 | 89.41 | - |
| YUV | 209.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 239 | 0 | 0.29 | 0.06 | 0 | 312.8 | 1 | 0.85 |
| Hex | FF | B4 | EF | 0 | 1D | 6 | 0 | 139 | 64 | 55 |
| Octal | 377 | 264 | 357 | 0 | 35 | 6 | 0 | 471 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11101111 | 0 | 11101 | 110 | 0 | 100111001 | 1100100 | 1010101 |
Color Harmonies of #FFB4EF
Complementary color
Monochromatic Colors of #FFB4EF
Black with #FFB4EF
Text Example
Text Example
White with #FFB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4EF; }
p { color: rgb(255,180,239); }
H1.HeaderClassName
{
color: #FFB4EF;
}
.AnyTagClassName
{
color: #FFB4EF;
}
</style>
background-color css
<style>
a { background-color: #FFB4EF; }
a { background-color: rgb(255,180,239); }
div.DivClassName
{
background-color: #FFB4EF;
}
.BgClassName
{
background-color: #FFB4EF;
}
</style>
border-color css
<style>
span { border-color: #FFB4EF; }
span { border-color: rgb(255,180,239); }
td.TdClassName
{
border-color: #FFB4EF;
}
.TagClassName
{
border-color: #FFB4EF;
}
</style>