Shades of Lavender Rose #FFB2F7
Tints of Lavender Rose #FFB2F7
RGB
CMYK
RGB Variations
Color information
#FFB2F7 (or 0xFFB2F7) is known color: Lavender Rose. HEX triplet: FF, B2 and F7. RGB value is (255,178,247). Sum of RGB (Red+Green+Blue) = 255+178+247=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 178 (69.92% from 255 or 26.18% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F7 is #004D08. Grayscale: #D0D0D0. Windows color (decimal): -19721 or 16233215. OLE color: 16233215.
HSL color Cylindrical-coordinate representation of color #FFB2F7: hue angle of 306.23º 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 #FFB2F7 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 247 | - |
| CMYK | 0 | 0.30 | 0.03 | 0 |
| HSL | 306.23º | 1% | 0.85% | - |
| HSV(B) | 306.23º | 0.3% | 1% | - |
| XYZ | 73.95 | 59.82 | 95.64 | - |
| YUV | 208.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 247 | 0 | 0.30 | 0.03 | 0 | 306.23 | 1 | 0.85 |
| Hex | FF | B2 | F7 | 0 | 1E | 3 | 0 | 132 | 64 | 55 |
| Octal | 377 | 262 | 367 | 0 | 36 | 3 | 0 | 462 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11110111 | 0 | 11110 | 11 | 0 | 100110010 | 1100100 | 1010101 |
Color Harmonies of #FFB2F7
Complementary color
Monochromatic Colors of #FFB2F7
Black with #FFB2F7
Text Example
Text Example
White with #FFB2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2F7; }
p { color: rgb(255,178,247); }
H1.HeaderClassName
{
color: #FFB2F7;
}
.AnyTagClassName
{
color: #FFB2F7;
}
</style>
background-color css
<style>
a { background-color: #FFB2F7; }
a { background-color: rgb(255,178,247); }
div.DivClassName
{
background-color: #FFB2F7;
}
.BgClassName
{
background-color: #FFB2F7;
}
</style>
border-color css
<style>
span { border-color: #FFB2F7; }
span { border-color: rgb(255,178,247); }
td.TdClassName
{
border-color: #FFB2F7;
}
.TagClassName
{
border-color: #FFB2F7;
}
</style>