Shades of Lavender Rose #FFB2F5
Tints of Lavender Rose #FFB2F5
RGB
CMYK
RGB Variations
Color information
#FFB2F5 (or 0xFFB2F5) is known color: Lavender Rose. HEX triplet: FF, B2 and F5. RGB value is (255,178,245). Sum of RGB (Red+Green+Blue) = 255+178+245=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 178 (69.92% from 255 or 26.25% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F5 is #004D0A. Grayscale: #D0D0D0. Windows color (decimal): -19723 or 16102143. OLE color: 16102143.
HSL color Cylindrical-coordinate representation of color #FFB2F5: hue angle of 307.79º 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 #FFB2F5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 245 | - |
| CMYK | 0 | 0.30 | 0.04 | 0 |
| HSL | 307.79º | 1% | 0.85% | - |
| HSV(B) | 307.79º | 0.3% | 1% | - |
| XYZ | 73.64 | 59.69 | 94.03 | - |
| YUV | 208.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 245 | 0 | 0.30 | 0.04 | 0 | 307.79 | 1 | 0.85 |
| Hex | FF | B2 | F5 | 0 | 1E | 4 | 0 | 134 | 64 | 55 |
| Octal | 377 | 262 | 365 | 0 | 36 | 4 | 0 | 464 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11110101 | 0 | 11110 | 100 | 0 | 100110100 | 1100100 | 1010101 |
Color Harmonies of #FFB2F5
Complementary color
Monochromatic Colors of #FFB2F5
Black with #FFB2F5
Text Example
Text Example
White with #FFB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2F5; }
p { color: rgb(255,178,245); }
H1.HeaderClassName
{
color: #FFB2F5;
}
.AnyTagClassName
{
color: #FFB2F5;
}
</style>
background-color css
<style>
a { background-color: #FFB2F5; }
a { background-color: rgb(255,178,245); }
div.DivClassName
{
background-color: #FFB2F5;
}
.BgClassName
{
background-color: #FFB2F5;
}
</style>
border-color css
<style>
span { border-color: #FFB2F5; }
span { border-color: rgb(255,178,245); }
td.TdClassName
{
border-color: #FFB2F5;
}
.TagClassName
{
border-color: #FFB2F5;
}
</style>