Shades of Lavender Rose #FFB5F2
Tints of Lavender Rose #FFB5F2
RGB
CMYK
RGB Variations
Color information
#FFB5F2 (or 0xFFB5F2) is known color: Lavender Rose. HEX triplet: FF, B5 and F2. RGB value is (255,181,242). Sum of RGB (Red+Green+Blue) = 255+181+242=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 181 (71.09% from 255 or 26.70% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F2 is #004A0D. Grayscale: #D1D1D1. Windows color (decimal): -18958 or 15906303. OLE color: 15906303.
HSL color Cylindrical-coordinate representation of color #FFB5F2: hue angle of 310.54º 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 #FFB5F2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 242 | - |
| CMYK | 0 | 0.29 | 0.05 | 0 |
| HSL | 310.54º | 1% | 0.85% | - |
| HSV(B) | 310.54º | 0.29% | 1% | - |
| XYZ | 73.79 | 60.72 | 91.84 | - |
| YUV | 210.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 242 | 0 | 0.29 | 0.05 | 0 | 310.54 | 1 | 0.85 |
| Hex | FF | B5 | F2 | 0 | 1D | 5 | 0 | 137 | 64 | 55 |
| Octal | 377 | 265 | 362 | 0 | 35 | 5 | 0 | 467 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11110010 | 0 | 11101 | 101 | 0 | 100110111 | 1100100 | 1010101 |
Color Harmonies of #FFB5F2
Complementary color
Monochromatic Colors of #FFB5F2
Black with #FFB5F2
Text Example
Text Example
White with #FFB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5F2; }
p { color: rgb(255,181,242); }
H1.HeaderClassName
{
color: #FFB5F2;
}
.AnyTagClassName
{
color: #FFB5F2;
}
</style>
background-color css
<style>
a { background-color: #FFB5F2; }
a { background-color: rgb(255,181,242); }
div.DivClassName
{
background-color: #FFB5F2;
}
.BgClassName
{
background-color: #FFB5F2;
}
</style>
border-color css
<style>
span { border-color: #FFB5F2; }
span { border-color: rgb(255,181,242); }
td.TdClassName
{
border-color: #FFB5F2;
}
.TagClassName
{
border-color: #FFB5F2;
}
</style>