Shades of Lavender Rose #FFB4ED
Tints of Lavender Rose #FFB4ED
RGB
CMYK
RGB Variations
Color information
#FFB4ED (or 0xFFB4ED) is known color: Lavender Rose. HEX triplet: FF, B4 and ED. RGB value is (255,180,237). Sum of RGB (Red+Green+Blue) = 255+180+237=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4ED is #004B12. Grayscale: #D0D0D0. Windows color (decimal): -19219 or 15578367. OLE color: 15578367.
HSL color Cylindrical-coordinate representation of color #FFB4ED: hue angle of 314.4º 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 #FFB4ED is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 237 | - |
| CMYK | 0 | 0.29 | 0.07 | 0 |
| HSL | 314.4º | 1% | 0.85% | - |
| HSV(B) | 314.4º | 0.29% | 1% | - |
| XYZ | 72.85 | 60.02 | 87.87 | - |
| YUV | 208.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 237 | 0 | 0.29 | 0.07 | 0 | 314.4 | 1 | 0.85 |
| Hex | FF | B4 | ED | 0 | 1D | 7 | 0 | 13A | 64 | 55 |
| Octal | 377 | 264 | 355 | 0 | 35 | 7 | 0 | 472 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11101101 | 0 | 11101 | 111 | 0 | 100111010 | 1100100 | 1010101 |
Color Harmonies of #FFB4ED
Complementary color
Monochromatic Colors of #FFB4ED
Black with #FFB4ED
Text Example
Text Example
White with #FFB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4ED; }
p { color: rgb(255,180,237); }
H1.HeaderClassName
{
color: #FFB4ED;
}
.AnyTagClassName
{
color: #FFB4ED;
}
</style>
background-color css
<style>
a { background-color: #FFB4ED; }
a { background-color: rgb(255,180,237); }
div.DivClassName
{
background-color: #FFB4ED;
}
.BgClassName
{
background-color: #FFB4ED;
}
</style>
border-color css
<style>
span { border-color: #FFB4ED; }
span { border-color: rgb(255,180,237); }
td.TdClassName
{
border-color: #FFB4ED;
}
.TagClassName
{
border-color: #FFB4ED;
}
</style>