Shades of Lavender Rose #FFB2FF
Tints of Lavender Rose #FFB2FF
RGB
CMYK
RGB Variations
Color information
#FFB2FF (or 0xFFB2FF) is known color: Lavender Rose. HEX triplet: FF, B2 and FF. RGB value is (255,178,255). Sum of RGB (Red+Green+Blue) = 255+178+255=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 178 (69.92% from 255 or 25.87% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FF is #004D00. Grayscale: #D1D1D1. Windows color (decimal): -19713 or 16757503. OLE color: 16757503.
HSL color Cylindrical-coordinate representation of color #FFB2FF: hue angle of 300º 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 #FFB2FF is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 178 | 255 | - |
CMYK | 0 | 0.30 | 0 | 0 |
HSL | 300º | 1% | 0.85% | - |
HSV(B) | 300º | 0.3% | 1% | - |
XYZ | 75.21 | 60.32 | 102.29 | - |
YUV | 209.8 | 153.51 | 160.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 178 | 255 | 0 | 0.30 | 0 | 0 | 300 | 1 | 0.85 |
Hex | FF | B2 | FF | 0 | 1E | 0 | 0 | 12C | 64 | 55 |
Octal | 377 | 262 | 377 | 0 | 36 | 0 | 0 | 454 | 144 | 125 |
Binary | 11111111 | 10110010 | 11111111 | 0 | 11110 | 0 | 0 | 100101100 | 1100100 | 1010101 |
Color Harmonies of #FFB2FF
Complementary color
Monochromatic Colors of #FFB2FF
Black with #FFB2FF
Text Example
Text Example
White with #FFB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2FF; }
p { color: rgb(255,178,255); }
H1.HeaderClassName
{
color: #FFB2FF;
}
.AnyTagClassName
{
color: #FFB2FF;
}
</style>
background-color css
<style>
a { background-color: #FFB2FF; }
a { background-color: rgb(255,178,255); }
div.DivClassName
{
background-color: #FFB2FF;
}
.BgClassName
{
background-color: #FFB2FF;
}
</style>
border-color css
<style>
span { border-color: #FFB2FF; }
span { border-color: rgb(255,178,255); }
td.TdClassName
{
border-color: #FFB2FF;
}
.TagClassName
{
border-color: #FFB2FF;
}
</style>