Shades of Lavender Rose #FFB2F0
Tints of Lavender Rose #FFB2F0
RGB
CMYK
RGB Variations
Color information
#FFB2F0 (or 0xFFB2F0) is known color: Lavender Rose. HEX triplet: FF, B2 and F0. RGB value is (255,178,240). Sum of RGB (Red+Green+Blue) = 255+178+240=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 178 (69.92% from 255 or 26.45% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F0 is #004D0F. Grayscale: #CFCFCF. Windows color (decimal): -19728 or 15774463. OLE color: 15774463.
HSL color Cylindrical-coordinate representation of color #FFB2F0: hue angle of 311.69º 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 #FFB2F0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 240 | - |
| CMYK | 0 | 0.30 | 0.06 | 0 |
| HSL | 311.69º | 1% | 0.85% | - |
| HSV(B) | 311.69º | 0.3% | 1% | - |
| XYZ | 72.89 | 59.39 | 90.06 | - |
| YUV | 208.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 240 | 0 | 0.30 | 0.06 | 0 | 311.69 | 1 | 0.85 |
| Hex | FF | B2 | F0 | 0 | 1E | 6 | 0 | 138 | 64 | 55 |
| Octal | 377 | 262 | 360 | 0 | 36 | 6 | 0 | 470 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11110000 | 0 | 11110 | 110 | 0 | 100111000 | 1100100 | 1010101 |
Color Harmonies of #FFB2F0
Complementary color
Monochromatic Colors of #FFB2F0
Black with #FFB2F0
Text Example
Text Example
White with #FFB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2F0; }
p { color: rgb(255,178,240); }
H1.HeaderClassName
{
color: #FFB2F0;
}
.AnyTagClassName
{
color: #FFB2F0;
}
</style>
background-color css
<style>
a { background-color: #FFB2F0; }
a { background-color: rgb(255,178,240); }
div.DivClassName
{
background-color: #FFB2F0;
}
.BgClassName
{
background-color: #FFB2F0;
}
</style>
border-color css
<style>
span { border-color: #FFB2F0; }
span { border-color: rgb(255,178,240); }
td.TdClassName
{
border-color: #FFB2F0;
}
.TagClassName
{
border-color: #FFB2F0;
}
</style>