Shades of Lavender Rose #FFB2FE
Tints of Lavender Rose #FFB2FE
RGB
CMYK
RGB Variations
Color information
#FFB2FE (or 0xFFB2FE) is known color: Lavender Rose. HEX triplet: FF, B2 and FE. RGB value is (255,178,254). Sum of RGB (Red+Green+Blue) = 255+178+254=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 178 (69.92% from 255 or 25.91% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FE is #004D01. Grayscale: #D1D1D1. Windows color (decimal): -19714 or 16691967. OLE color: 16691967.
HSL color Cylindrical-coordinate representation of color #FFB2FE: hue angle of 300.78º 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 #FFB2FE is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 254 | - |
| CMYK | 0 | 0.30 | 0.00 | 0 |
| HSL | 300.78º | 1% | 0.85% | - |
| HSV(B) | 300.78º | 0.3% | 1% | - |
| XYZ | 75.05 | 60.26 | 101.44 | - |
| YUV | 209.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 254 | 0 | 0.30 | 0.00 | 0 | 300.78 | 1 | 0.85 |
| Hex | FF | B2 | FE | 0 | 1E | 0 | 0 | 12D | 64 | 55 |
| Octal | 377 | 262 | 376 | 0 | 36 | 0 | 0 | 455 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11111110 | 0 | 11110 | 0 | 0 | 100101101 | 1100100 | 1010101 |
Color Harmonies of #FFB2FE
Complementary color
Monochromatic Colors of #FFB2FE
Black with #FFB2FE
Text Example
Text Example
White with #FFB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2FE; }
p { color: rgb(255,178,254); }
H1.HeaderClassName
{
color: #FFB2FE;
}
.AnyTagClassName
{
color: #FFB2FE;
}
</style>
background-color css
<style>
a { background-color: #FFB2FE; }
a { background-color: rgb(255,178,254); }
div.DivClassName
{
background-color: #FFB2FE;
}
.BgClassName
{
background-color: #FFB2FE;
}
</style>
border-color css
<style>
span { border-color: #FFB2FE; }
span { border-color: rgb(255,178,254); }
td.TdClassName
{
border-color: #FFB2FE;
}
.TagClassName
{
border-color: #FFB2FE;
}
</style>