Shades of Lavender Rose #FFB2F6
Tints of Lavender Rose #FFB2F6
RGB
CMYK
RGB Variations
Color information
#FFB2F6 (or 0xFFB2F6) is known color: Lavender Rose. HEX triplet: FF, B2 and F6. RGB value is (255,178,246). Sum of RGB (Red+Green+Blue) = 255+178+246=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 178 (69.92% from 255 or 26.22% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F6 is #004D09. Grayscale: #D0D0D0. Windows color (decimal): -19722 or 16167679. OLE color: 16167679.
HSL color Cylindrical-coordinate representation of color #FFB2F6: hue angle of 307.01º 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 #FFB2F6 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 246 | - |
| CMYK | 0 | 0.30 | 0.04 | 0 |
| HSL | 307.01º | 1% | 0.85% | - |
| HSV(B) | 307.01º | 0.3% | 1% | - |
| XYZ | 73.79 | 59.75 | 94.83 | - |
| YUV | 208.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 246 | 0 | 0.30 | 0.04 | 0 | 307.01 | 1 | 0.85 |
| Hex | FF | B2 | F6 | 0 | 1E | 4 | 0 | 133 | 64 | 55 |
| Octal | 377 | 262 | 366 | 0 | 36 | 4 | 0 | 463 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11110110 | 0 | 11110 | 100 | 0 | 100110011 | 1100100 | 1010101 |
Color Harmonies of #FFB2F6
Complementary color
Monochromatic Colors of #FFB2F6
Black with #FFB2F6
Text Example
Text Example
White with #FFB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2F6; }
p { color: rgb(255,178,246); }
H1.HeaderClassName
{
color: #FFB2F6;
}
.AnyTagClassName
{
color: #FFB2F6;
}
</style>
background-color css
<style>
a { background-color: #FFB2F6; }
a { background-color: rgb(255,178,246); }
div.DivClassName
{
background-color: #FFB2F6;
}
.BgClassName
{
background-color: #FFB2F6;
}
</style>
border-color css
<style>
span { border-color: #FFB2F6; }
span { border-color: rgb(255,178,246); }
td.TdClassName
{
border-color: #FFB2F6;
}
.TagClassName
{
border-color: #FFB2F6;
}
</style>