Shades of Lavender Rose #FFB5F0
Tints of Lavender Rose #FFB5F0
RGB
CMYK
RGB Variations
Color information
#FFB5F0 (or 0xFFB5F0) is known color: Lavender Rose. HEX triplet: FF, B5 and F0. RGB value is (255,181,240). Sum of RGB (Red+Green+Blue) = 255+181+240=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 181 (71.09% from 255 or 26.78% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F0 is #004A0F. Grayscale: #D1D1D1. Windows color (decimal): -18960 or 15775231. OLE color: 15775231.
HSL color Cylindrical-coordinate representation of color #FFB5F0: hue angle of 312.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5F0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 240 | - |
| CMYK | 0 | 0.29 | 0.06 | 0 |
| HSL | 312.16º | 1% | 0.85% | - |
| HSV(B) | 312.16º | 0.29% | 1% | - |
| XYZ | 73.49 | 60.6 | 90.26 | - |
| YUV | 209.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 240 | 0 | 0.29 | 0.06 | 0 | 312.16 | 1 | 0.85 |
| Hex | FF | B5 | F0 | 0 | 1D | 6 | 0 | 138 | 64 | 55 |
| Octal | 377 | 265 | 360 | 0 | 35 | 6 | 0 | 470 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11110000 | 0 | 11101 | 110 | 0 | 100111000 | 1100100 | 1010101 |
Color Harmonies of #FFB5F0
Complementary color
Monochromatic Colors of #FFB5F0
Black with #FFB5F0
Text Example
Text Example
White with #FFB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5F0; }
p { color: rgb(255,181,240); }
H1.HeaderClassName
{
color: #FFB5F0;
}
.AnyTagClassName
{
color: #FFB5F0;
}
</style>
background-color css
<style>
a { background-color: #FFB5F0; }
a { background-color: rgb(255,181,240); }
div.DivClassName
{
background-color: #FFB5F0;
}
.BgClassName
{
background-color: #FFB5F0;
}
</style>
border-color css
<style>
span { border-color: #FFB5F0; }
span { border-color: rgb(255,181,240); }
td.TdClassName
{
border-color: #FFB5F0;
}
.TagClassName
{
border-color: #FFB5F0;
}
</style>