Shades of Lavender Rose #FFB2FA
Tints of Lavender Rose #FFB2FA
RGB
CMYK
RGB Variations
Color information
#FFB2FA (or 0xFFB2FA) is known color: Lavender Rose. HEX triplet: FF, B2 and FA. RGB value is (255,178,250). Sum of RGB (Red+Green+Blue) = 255+178+250=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 178 (69.92% from 255 or 26.06% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FA is #004D05. Grayscale: #D1D1D1. Windows color (decimal): -19718 or 16429823. OLE color: 16429823.
HSL color Cylindrical-coordinate representation of color #FFB2FA: hue angle of 303.9º 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 #FFB2FA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 250 | - |
| CMYK | 0 | 0.30 | 0.02 | 0 |
| HSL | 303.9º | 1% | 0.85% | - |
| HSV(B) | 303.9º | 0.3% | 1% | - |
| XYZ | 74.42 | 60 | 98.1 | - |
| YUV | 209.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 250 | 0 | 0.30 | 0.02 | 0 | 303.9 | 1 | 0.85 |
| Hex | FF | B2 | FA | 0 | 1E | 2 | 0 | 130 | 64 | 55 |
| Octal | 377 | 262 | 372 | 0 | 36 | 2 | 0 | 460 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11111010 | 0 | 11110 | 10 | 0 | 100110000 | 1100100 | 1010101 |
Color Harmonies of #FFB2FA
Complementary color
Monochromatic Colors of #FFB2FA
Black with #FFB2FA
Text Example
Text Example
White with #FFB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2FA; }
p { color: rgb(255,178,250); }
H1.HeaderClassName
{
color: #FFB2FA;
}
.AnyTagClassName
{
color: #FFB2FA;
}
</style>
background-color css
<style>
a { background-color: #FFB2FA; }
a { background-color: rgb(255,178,250); }
div.DivClassName
{
background-color: #FFB2FA;
}
.BgClassName
{
background-color: #FFB2FA;
}
</style>
border-color css
<style>
span { border-color: #FFB2FA; }
span { border-color: rgb(255,178,250); }
td.TdClassName
{
border-color: #FFB2FA;
}
.TagClassName
{
border-color: #FFB2FA;
}
</style>