Shades of Lavender Rose #FEB5FD
Tints of Lavender Rose #FEB5FD
RGB
CMYK
RGB Variations
Color information
#FEB5FD (or 0xFEB5FD) is known color: Lavender Rose. HEX triplet: FE, B5 and FD. RGB value is (254,181,253). Sum of RGB (Red+Green+Blue) = 254+181+253=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 181 (71.09% from 255 or 26.31% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5FD is #014A02. Grayscale: #D2D2D2. Windows color (decimal): -84483 or 16627198. OLE color: 16627198.
HSL color Cylindrical-coordinate representation of color #FEB5FD: hue angle of 300.82º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5FD is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 181 | 253 | - |
CMYK | 0 | 0.29 | 0.00 | 0.00 |
HSL | 300.82º | 0.97% | 0.85% | - |
HSV(B) | 300.82º | 0.29% | 1% | - |
XYZ | 75.13 | 61.21 | 100.78 | - |
YUV | 211.04 | 151.68 | 158.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 181 | 253 | 0 | 0.29 | 0.00 | 0.00 | 300.82 | 0.97 | 0.85 |
Hex | FE | B5 | FD | 0 | 1D | 0 | 0 | 12D | 61 | 55 |
Octal | 376 | 265 | 375 | 0 | 35 | 0 | 0 | 455 | 141 | 125 |
Binary | 11111110 | 10110101 | 11111101 | 0 | 11101 | 0 | 0 | 100101101 | 1100001 | 1010101 |
Color Harmonies of #FEB5FD
Complementary color
Monochromatic Colors of #FEB5FD
Black with #FEB5FD
Text Example
Text Example
White with #FEB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5FD; }
p { color: rgb(254,181,253); }
H1.HeaderClassName
{
color: #FEB5FD;
}
.AnyTagClassName
{
color: #FEB5FD;
}
</style>
background-color css
<style>
a { background-color: #FEB5FD; }
a { background-color: rgb(254,181,253); }
div.DivClassName
{
background-color: #FEB5FD;
}
.BgClassName
{
background-color: #FEB5FD;
}
</style>
border-color css
<style>
span { border-color: #FEB5FD; }
span { border-color: rgb(254,181,253); }
td.TdClassName
{
border-color: #FEB5FD;
}
.TagClassName
{
border-color: #FEB5FD;
}
</style>