Shades of Lavender Rose #FEB0F2
Tints of Lavender Rose #FEB0F2
RGB
CMYK
RGB Variations
Color information
#FEB0F2 (or 0xFEB0F2) is known color: Lavender Rose. HEX triplet: FE, B0 and F2. RGB value is (254,176,242). Sum of RGB (Red+Green+Blue) = 254+176+242=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 176 (69.14% from 255 or 26.19% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0F2 is #014F0D. Grayscale: #CECECE. Windows color (decimal): -85774 or 15905022. OLE color: 15905022.
HSL color Cylindrical-coordinate representation of color #FEB0F2: hue angle of 309.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0F2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 242 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.00 |
| HSL | 309.23º | 0.98% | 0.84% | - |
| HSV(B) | 309.23º | 0.31% | 1% | - |
| XYZ | 72.43 | 58.53 | 91.49 | - |
| YUV | 206.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 242 | 0 | 0.31 | 0.05 | 0.00 | 309.23 | 0.98 | 0.84 |
| Hex | FE | B0 | F2 | 0 | 1F | 5 | 0 | 135 | 62 | 54 |
| Octal | 376 | 260 | 362 | 0 | 37 | 5 | 0 | 465 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11110010 | 0 | 11111 | 101 | 0 | 100110101 | 1100010 | 1010100 |
Color Harmonies of #FEB0F2
Complementary color
Monochromatic Colors of #FEB0F2
Black with #FEB0F2
Text Example
Text Example
White with #FEB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0F2; }
p { color: rgb(254,176,242); }
H1.HeaderClassName
{
color: #FEB0F2;
}
.AnyTagClassName
{
color: #FEB0F2;
}
</style>
background-color css
<style>
a { background-color: #FEB0F2; }
a { background-color: rgb(254,176,242); }
div.DivClassName
{
background-color: #FEB0F2;
}
.BgClassName
{
background-color: #FEB0F2;
}
</style>
border-color css
<style>
span { border-color: #FEB0F2; }
span { border-color: rgb(254,176,242); }
td.TdClassName
{
border-color: #FEB0F2;
}
.TagClassName
{
border-color: #FEB0F2;
}
</style>