Shades of Lavender Rose #FFB5F3
Tints of Lavender Rose #FFB5F3
RGB
CMYK
RGB Variations
Color information
#FFB5F3 (or 0xFFB5F3) is known color: Lavender Rose. HEX triplet: FF, B5 and F3. RGB value is (255,181,243). Sum of RGB (Red+Green+Blue) = 255+181+243=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 181 (71.09% from 255 or 26.66% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F3 is #004A0C. Grayscale: #D2D2D2. Windows color (decimal): -18957 or 15971839. OLE color: 15971839.
HSL color Cylindrical-coordinate representation of color #FFB5F3: hue angle of 309.73º 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 #FFB5F3 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 243 | - |
| CMYK | 0 | 0.29 | 0.05 | 0 |
| HSL | 309.73º | 1% | 0.85% | - |
| HSV(B) | 309.73º | 0.29% | 1% | - |
| XYZ | 73.94 | 60.78 | 92.63 | - |
| YUV | 210.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 243 | 0 | 0.29 | 0.05 | 0 | 309.73 | 1 | 0.85 |
| Hex | FF | B5 | F3 | 0 | 1D | 5 | 0 | 136 | 64 | 55 |
| Octal | 377 | 265 | 363 | 0 | 35 | 5 | 0 | 466 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11110011 | 0 | 11101 | 101 | 0 | 100110110 | 1100100 | 1010101 |
Color Harmonies of #FFB5F3
Complementary color
Monochromatic Colors of #FFB5F3
Black with #FFB5F3
Text Example
Text Example
White with #FFB5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5F3; }
p { color: rgb(255,181,243); }
H1.HeaderClassName
{
color: #FFB5F3;
}
.AnyTagClassName
{
color: #FFB5F3;
}
</style>
background-color css
<style>
a { background-color: #FFB5F3; }
a { background-color: rgb(255,181,243); }
div.DivClassName
{
background-color: #FFB5F3;
}
.BgClassName
{
background-color: #FFB5F3;
}
</style>
border-color css
<style>
span { border-color: #FFB5F3; }
span { border-color: rgb(255,181,243); }
td.TdClassName
{
border-color: #FFB5F3;
}
.TagClassName
{
border-color: #FFB5F3;
}
</style>