Shades of Lavender Rose #FFB4FD
Tints of Lavender Rose #FFB4FD
RGB
CMYK
RGB Variations
Color information
#FFB4FD (or 0xFFB4FD) is known color: Lavender Rose. HEX triplet: FF, B4 and FD. RGB value is (255,180,253). Sum of RGB (Red+Green+Blue) = 255+180+253=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 180 (70.70% from 255 or 26.16% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FD is #004B02. Grayscale: #D2D2D2. Windows color (decimal): -19203 or 16626943. OLE color: 16626943.
HSL color Cylindrical-coordinate representation of color #FFB4FD: hue angle of 301.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 #FFB4FD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 253 | - |
| CMYK | 0 | 0.29 | 0.01 | 0 |
| HSL | 301.6º | 1% | 0.85% | - |
| HSV(B) | 301.6º | 0.29% | 1% | - |
| XYZ | 75.29 | 60.99 | 100.73 | - |
| YUV | 210.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 253 | 0 | 0.29 | 0.01 | 0 | 301.6 | 1 | 0.85 |
| Hex | FF | B4 | FD | 0 | 1D | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 264 | 375 | 0 | 35 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11111101 | 0 | 11101 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB4FD
Complementary color
Monochromatic Colors of #FFB4FD
Black with #FFB4FD
Text Example
Text Example
White with #FFB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4FD; }
p { color: rgb(255,180,253); }
H1.HeaderClassName
{
color: #FFB4FD;
}
.AnyTagClassName
{
color: #FFB4FD;
}
</style>
background-color css
<style>
a { background-color: #FFB4FD; }
a { background-color: rgb(255,180,253); }
div.DivClassName
{
background-color: #FFB4FD;
}
.BgClassName
{
background-color: #FFB4FD;
}
</style>
border-color css
<style>
span { border-color: #FFB4FD; }
span { border-color: rgb(255,180,253); }
td.TdClassName
{
border-color: #FFB4FD;
}
.TagClassName
{
border-color: #FFB4FD;
}
</style>