Shades of Lavender Rose #FFB0FD
Tints of Lavender Rose #FFB0FD
RGB
CMYK
RGB Variations
Color information
#FFB0FD (or 0xFFB0FD) is known color: Lavender Rose. HEX triplet: FF, B0 and FD. RGB value is (255,176,253). Sum of RGB (Red+Green+Blue) = 255+176+253=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 176 (69.14% from 255 or 25.73% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0FD is #004F02. Grayscale: #D0D0D0. Windows color (decimal): -20227 or 16625919. OLE color: 16625919.
HSL color Cylindrical-coordinate representation of color #FFB0FD: hue angle of 301.52º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0FD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 253 | - |
| CMYK | 0 | 0.31 | 0.01 | 0 |
| HSL | 301.52º | 1% | 0.85% | - |
| HSV(B) | 301.52º | 0.31% | 1% | - |
| XYZ | 74.49 | 59.4 | 100.47 | - |
| YUV | 208.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 253 | 0 | 0.31 | 0.01 | 0 | 301.52 | 1 | 0.85 |
| Hex | FF | B0 | FD | 0 | 1F | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 260 | 375 | 0 | 37 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11111101 | 0 | 11111 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB0FD
Complementary color
Monochromatic Colors of #FFB0FD
Black with #FFB0FD
Text Example
Text Example
White with #FFB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0FD; }
p { color: rgb(255,176,253); }
H1.HeaderClassName
{
color: #FFB0FD;
}
.AnyTagClassName
{
color: #FFB0FD;
}
</style>
background-color css
<style>
a { background-color: #FFB0FD; }
a { background-color: rgb(255,176,253); }
div.DivClassName
{
background-color: #FFB0FD;
}
.BgClassName
{
background-color: #FFB0FD;
}
</style>
border-color css
<style>
span { border-color: #FFB0FD; }
span { border-color: rgb(255,176,253); }
td.TdClassName
{
border-color: #FFB0FD;
}
.TagClassName
{
border-color: #FFB0FD;
}
</style>