Shades of Lavender Rose #FFB4FF
Tints of Lavender Rose #FFB4FF
RGB
CMYK
RGB Variations
Color information
#FFB4FF (or 0xFFB4FF) is known color: Lavender Rose. HEX triplet: FF, B4 and FF. RGB value is (255,180,255). Sum of RGB (Red+Green+Blue) = 255+180+255=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 180 (70.70% from 255 or 26.09% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FF is #004B00. Grayscale: #D2D2D2. Windows color (decimal): -19201 or 16758015. OLE color: 16758015.
HSL color Cylindrical-coordinate representation of color #FFB4FF: hue angle of 300º 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 #FFB4FF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 255 | - |
| CMYK | 0 | 0.29 | 0 | 0 |
| HSL | 300º | 1% | 0.85% | - |
| HSV(B) | 300º | 0.29% | 1% | - |
| XYZ | 75.61 | 61.12 | 102.42 | - |
| YUV | 210.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 255 | 0 | 0.29 | 0 | 0 | 300 | 1 | 0.85 |
| Hex | FF | B4 | FF | 0 | 1D | 0 | 0 | 12C | 64 | 55 |
| Octal | 377 | 264 | 377 | 0 | 35 | 0 | 0 | 454 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11111111 | 0 | 11101 | 0 | 0 | 100101100 | 1100100 | 1010101 |
Color Harmonies of #FFB4FF
Complementary color
Monochromatic Colors of #FFB4FF
Black with #FFB4FF
Text Example
Text Example
White with #FFB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4FF; }
p { color: rgb(255,180,255); }
H1.HeaderClassName
{
color: #FFB4FF;
}
.AnyTagClassName
{
color: #FFB4FF;
}
</style>
background-color css
<style>
a { background-color: #FFB4FF; }
a { background-color: rgb(255,180,255); }
div.DivClassName
{
background-color: #FFB4FF;
}
.BgClassName
{
background-color: #FFB4FF;
}
</style>
border-color css
<style>
span { border-color: #FFB4FF; }
span { border-color: rgb(255,180,255); }
td.TdClassName
{
border-color: #FFB4FF;
}
.TagClassName
{
border-color: #FFB4FF;
}
</style>