Shades of Lavender Rose #FFB4E6
Tints of Lavender Rose #FFB4E6
RGB
CMYK
RGB Variations
Color information
#FFB4E6 (or 0xFFB4E6) is known color: Lavender Rose. HEX triplet: FF, B4 and E6. RGB value is (255,180,230). Sum of RGB (Red+Green+Blue) = 255+180+230=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4E6 is #004B19. Grayscale: #D0D0D0. Windows color (decimal): -19226 or 15119615. OLE color: 15119615.
HSL color Cylindrical-coordinate representation of color #FFB4E6: hue angle of 320º 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 #FFB4E6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 230 | - |
| CMYK | 0 | 0.29 | 0.10 | 0 |
| HSL | 320º | 1% | 0.85% | - |
| HSV(B) | 320º | 0.29% | 1% | - |
| XYZ | 71.84 | 59.62 | 82.58 | - |
| YUV | 208.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 230 | 0 | 0.29 | 0.10 | 0 | 320 | 1 | 0.85 |
| Hex | FF | B4 | E6 | 0 | 1D | A | 0 | 140 | 64 | 55 |
| Octal | 377 | 264 | 346 | 0 | 35 | 12 | 0 | 500 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11100110 | 0 | 11101 | 1010 | 0 | 101000000 | 1100100 | 1010101 |
Color Harmonies of #FFB4E6
Complementary color
Monochromatic Colors of #FFB4E6
Black with #FFB4E6
Text Example
Text Example
White with #FFB4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4E6; }
p { color: rgb(255,180,230); }
H1.HeaderClassName
{
color: #FFB4E6;
}
.AnyTagClassName
{
color: #FFB4E6;
}
</style>
background-color css
<style>
a { background-color: #FFB4E6; }
a { background-color: rgb(255,180,230); }
div.DivClassName
{
background-color: #FFB4E6;
}
.BgClassName
{
background-color: #FFB4E6;
}
</style>
border-color css
<style>
span { border-color: #FFB4E6; }
span { border-color: rgb(255,180,230); }
td.TdClassName
{
border-color: #FFB4E6;
}
.TagClassName
{
border-color: #FFB4E6;
}
</style>