Shades of Lavender Rose #FFB5FC
Tints of Lavender Rose #FFB5FC
RGB
CMYK
RGB Variations
Color information
#FFB5FC (or 0xFFB5FC) is known color: Lavender Rose. HEX triplet: FF, B5 and FC. RGB value is (255,181,252). Sum of RGB (Red+Green+Blue) = 255+181+252=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 181 (71.09% from 255 or 26.31% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FC is #004A03. Grayscale: #D3D3D3. Windows color (decimal): -18948 or 16561663. OLE color: 16561663.
HSL color Cylindrical-coordinate representation of color #FFB5FC: hue angle of 302.43º 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 #FFB5FC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 252 | - |
| CMYK | 0 | 0.29 | 0.01 | 0 |
| HSL | 302.43º | 1% | 0.85% | - |
| HSV(B) | 302.43º | 0.29% | 1% | - |
| XYZ | 75.33 | 61.34 | 99.96 | - |
| YUV | 211.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 252 | 0 | 0.29 | 0.01 | 0 | 302.43 | 1 | 0.85 |
| Hex | FF | B5 | FC | 0 | 1D | 1 | 0 | 12E | 64 | 55 |
| Octal | 377 | 265 | 374 | 0 | 35 | 1 | 0 | 456 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11111100 | 0 | 11101 | 1 | 0 | 100101110 | 1100100 | 1010101 |
Color Harmonies of #FFB5FC
Complementary color
Monochromatic Colors of #FFB5FC
Black with #FFB5FC
Text Example
Text Example
White with #FFB5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5FC; }
p { color: rgb(255,181,252); }
H1.HeaderClassName
{
color: #FFB5FC;
}
.AnyTagClassName
{
color: #FFB5FC;
}
</style>
background-color css
<style>
a { background-color: #FFB5FC; }
a { background-color: rgb(255,181,252); }
div.DivClassName
{
background-color: #FFB5FC;
}
.BgClassName
{
background-color: #FFB5FC;
}
</style>
border-color css
<style>
span { border-color: #FFB5FC; }
span { border-color: rgb(255,181,252); }
td.TdClassName
{
border-color: #FFB5FC;
}
.TagClassName
{
border-color: #FFB5FC;
}
</style>