Shades of Lavender Rose #FFB4E4
Tints of Lavender Rose #FFB4E4
RGB
CMYK
RGB Variations
Color information
#FFB4E4 (or 0xFFB4E4) is known color: Lavender Rose. HEX triplet: FF, B4 and E4. RGB value is (255,180,228). Sum of RGB (Red+Green+Blue) = 255+180+228=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4E4 is #004B1B. Grayscale: #CFCFCF. Windows color (decimal): -19228 or 14988543. OLE color: 14988543.
HSL color Cylindrical-coordinate representation of color #FFB4E4: hue angle of 321.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 #FFB4E4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 228 | - |
| CMYK | 0 | 0.29 | 0.11 | 0 |
| HSL | 321.6º | 1% | 0.85% | - |
| HSV(B) | 321.6º | 0.29% | 1% | - |
| XYZ | 71.56 | 59.5 | 81.11 | - |
| YUV | 207.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 228 | 0 | 0.29 | 0.11 | 0 | 321.6 | 1 | 0.85 |
| Hex | FF | B4 | E4 | 0 | 1D | B | 0 | 142 | 64 | 55 |
| Octal | 377 | 264 | 344 | 0 | 35 | 13 | 0 | 502 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11100100 | 0 | 11101 | 1011 | 0 | 101000010 | 1100100 | 1010101 |
Color Harmonies of #FFB4E4
Complementary color
Monochromatic Colors of #FFB4E4
Black with #FFB4E4
Text Example
Text Example
White with #FFB4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4E4; }
p { color: rgb(255,180,228); }
H1.HeaderClassName
{
color: #FFB4E4;
}
.AnyTagClassName
{
color: #FFB4E4;
}
</style>
background-color css
<style>
a { background-color: #FFB4E4; }
a { background-color: rgb(255,180,228); }
div.DivClassName
{
background-color: #FFB4E4;
}
.BgClassName
{
background-color: #FFB4E4;
}
</style>
border-color css
<style>
span { border-color: #FFB4E4; }
span { border-color: rgb(255,180,228); }
td.TdClassName
{
border-color: #FFB4E4;
}
.TagClassName
{
border-color: #FFB4E4;
}
</style>