Shades of Lavender Rose #FFB2FD
Tints of Lavender Rose #FFB2FD
RGB
CMYK
RGB Variations
Color information
#FFB2FD (or 0xFFB2FD) is known color: Lavender Rose. HEX triplet: FF, B2 and FD. RGB value is (255,178,253). Sum of RGB (Red+Green+Blue) = 255+178+253=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 178 (69.92% from 255 or 25.95% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FD is #004D02. Grayscale: #D1D1D1. Windows color (decimal): -19715 or 16626431. OLE color: 16626431.
HSL color Cylindrical-coordinate representation of color #FFB2FD: hue angle of 301.56º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2FD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 253 | - |
| CMYK | 0 | 0.30 | 0.01 | 0 |
| HSL | 301.56º | 1% | 0.85% | - |
| HSV(B) | 301.56º | 0.3% | 1% | - |
| XYZ | 74.89 | 60.19 | 100.6 | - |
| YUV | 209.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 253 | 0 | 0.30 | 0.01 | 0 | 301.56 | 1 | 0.85 |
| Hex | FF | B2 | FD | 0 | 1E | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 262 | 375 | 0 | 36 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11111101 | 0 | 11110 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB2FD
Complementary color
Monochromatic Colors of #FFB2FD
Black with #FFB2FD
Text Example
Text Example
White with #FFB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2FD; }
p { color: rgb(255,178,253); }
H1.HeaderClassName
{
color: #FFB2FD;
}
.AnyTagClassName
{
color: #FFB2FD;
}
</style>
background-color css
<style>
a { background-color: #FFB2FD; }
a { background-color: rgb(255,178,253); }
div.DivClassName
{
background-color: #FFB2FD;
}
.BgClassName
{
background-color: #FFB2FD;
}
</style>
border-color css
<style>
span { border-color: #FFB2FD; }
span { border-color: rgb(255,178,253); }
td.TdClassName
{
border-color: #FFB2FD;
}
.TagClassName
{
border-color: #FFB2FD;
}
</style>