Shades of Lavender Rose #FEB5E6
Tints of Lavender Rose #FEB5E6
RGB
CMYK
RGB Variations
Color information
#FEB5E6 (or 0xFEB5E6) is known color: Lavender Rose. HEX triplet: FE, B5 and E6. RGB value is (254,181,230). Sum of RGB (Red+Green+Blue) = 254+181+230=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5E6 is #014A19. Grayscale: #D0D0D0. Windows color (decimal): -84506 or 15119870. OLE color: 15119870.
HSL color Cylindrical-coordinate representation of color #FEB5E6: hue angle of 319.73º 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 #FEB5E6 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 181 | 230 | - |
CMYK | 0 | 0.29 | 0.09 | 0.00 |
HSL | 319.73º | 0.97% | 0.85% | - |
HSV(B) | 319.73º | 0.29% | 1% | - |
XYZ | 71.68 | 59.83 | 82.63 | - |
YUV | 208.41 | 140.18 | 160.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 181 | 230 | 0 | 0.29 | 0.09 | 0.00 | 319.73 | 0.97 | 0.85 |
Hex | FE | B5 | E6 | 0 | 1D | 9 | 0 | 140 | 61 | 55 |
Octal | 376 | 265 | 346 | 0 | 35 | 11 | 0 | 500 | 141 | 125 |
Binary | 11111110 | 10110101 | 11100110 | 0 | 11101 | 1001 | 0 | 101000000 | 1100001 | 1010101 |
Color Harmonies of #FEB5E6
Complementary color
Monochromatic Colors of #FEB5E6
Black with #FEB5E6
Text Example
Text Example
White with #FEB5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5E6; }
p { color: rgb(254,181,230); }
H1.HeaderClassName
{
color: #FEB5E6;
}
.AnyTagClassName
{
color: #FEB5E6;
}
</style>
background-color css
<style>
a { background-color: #FEB5E6; }
a { background-color: rgb(254,181,230); }
div.DivClassName
{
background-color: #FEB5E6;
}
.BgClassName
{
background-color: #FEB5E6;
}
</style>
border-color css
<style>
span { border-color: #FEB5E6; }
span { border-color: rgb(254,181,230); }
td.TdClassName
{
border-color: #FEB5E6;
}
.TagClassName
{
border-color: #FEB5E6;
}
</style>