Shades of Lavender Rose #FEB7F2
Tints of Lavender Rose #FEB7F2
RGB
CMYK
RGB Variations
Color information
#FEB7F2 (or 0xFEB7F2) is known color: Lavender Rose. HEX triplet: FE, B7 and F2. RGB value is (254,183,242). Sum of RGB (Red+Green+Blue) = 254+183+242=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 183 (71.88% from 255 or 26.95% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F2 is #01480D. Grayscale: #D2D2D2. Windows color (decimal): -83982 or 15906814. OLE color: 15906814.
HSL color Cylindrical-coordinate representation of color #FEB7F2: hue angle of 310.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7F2 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 242 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.00 |
| HSL | 310.14º | 0.97% | 0.86% | - |
| HSV(B) | 310.14º | 0.28% | 1% | - |
| XYZ | 73.83 | 61.35 | 91.95 | - |
| YUV | 210.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 242 | 0 | 0.28 | 0.05 | 0.00 | 310.14 | 0.97 | 0.86 |
| Hex | FE | B7 | F2 | 0 | 1C | 5 | 0 | 136 | 61 | 56 |
| Octal | 376 | 267 | 362 | 0 | 34 | 5 | 0 | 466 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11110010 | 0 | 11100 | 101 | 0 | 100110110 | 1100001 | 1010110 |
Color Harmonies of #FEB7F2
Complementary color
Monochromatic Colors of #FEB7F2
Black with #FEB7F2
Text Example
Text Example
White with #FEB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7F2; }
p { color: rgb(254,183,242); }
H1.HeaderClassName
{
color: #FEB7F2;
}
.AnyTagClassName
{
color: #FEB7F2;
}
</style>
background-color css
<style>
a { background-color: #FEB7F2; }
a { background-color: rgb(254,183,242); }
div.DivClassName
{
background-color: #FEB7F2;
}
.BgClassName
{
background-color: #FEB7F2;
}
</style>
border-color css
<style>
span { border-color: #FEB7F2; }
span { border-color: rgb(254,183,242); }
td.TdClassName
{
border-color: #FEB7F2;
}
.TagClassName
{
border-color: #FEB7F2;
}
</style>