Shades of Lavender Rose #FEB2FF
Tints of Lavender Rose #FEB2FF
RGB
CMYK
RGB Variations
Color information
#FEB2FF (or 0xFEB2FF) is known color: Lavender Rose. HEX triplet: FE, B2 and FF. RGB value is (254,178,255). Sum of RGB (Red+Green+Blue) = 254+178+255=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 178 (69.92% from 255 or 25.91% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2FF is #014D00. Grayscale: #D1D1D1. Windows color (decimal): -85249 or 16757502. OLE color: 16757502.
HSL color Cylindrical-coordinate representation of color #FEB2FF: hue angle of 299.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2FF is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 178 | 255 | - |
CMYK | 0.00 | 0.30 | 0 | 0 |
HSL | 299.22º | 1% | 0.85% | - |
HSV(B) | 299.22º | 0.3% | 1% | - |
XYZ | 74.84 | 60.13 | 102.27 | - |
YUV | 209.5 | 153.68 | 159.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 178 | 255 | 0.00 | 0.30 | 0 | 0 | 299.22 | 1 | 0.85 |
Hex | FE | B2 | FF | 0 | 1E | 0 | 0 | 12B | 64 | 55 |
Octal | 376 | 262 | 377 | 0 | 36 | 0 | 0 | 453 | 144 | 125 |
Binary | 11111110 | 10110010 | 11111111 | 0 | 11110 | 0 | 0 | 100101011 | 1100100 | 1010101 |
Color Harmonies of #FEB2FF
Complementary color
Monochromatic Colors of #FEB2FF
Black with #FEB2FF
Text Example
Text Example
White with #FEB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2FF; }
p { color: rgb(254,178,255); }
H1.HeaderClassName
{
color: #FEB2FF;
}
.AnyTagClassName
{
color: #FEB2FF;
}
</style>
background-color css
<style>
a { background-color: #FEB2FF; }
a { background-color: rgb(254,178,255); }
div.DivClassName
{
background-color: #FEB2FF;
}
.BgClassName
{
background-color: #FEB2FF;
}
</style>
border-color css
<style>
span { border-color: #FEB2FF; }
span { border-color: rgb(254,178,255); }
td.TdClassName
{
border-color: #FEB2FF;
}
.TagClassName
{
border-color: #FEB2FF;
}
</style>