Shades of Lavender Rose #FEA7F2
Tints of Lavender Rose #FEA7F2
RGB
CMYK
RGB Variations
Color information
#FEA7F2 (or 0xFEA7F2) is known color: Lavender Rose. HEX triplet: FE, A7 and F2. RGB value is (254,167,242). Sum of RGB (Red+Green+Blue) = 254+167+242=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 167 (65.62% from 255 or 25.19% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7F2 is #01580D. Grayscale: #C9C9C9. Windows color (decimal): -88078 or 15902718. OLE color: 15902718.
HSL color Cylindrical-coordinate representation of color #FEA7F2: hue angle of 308.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7F2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 242 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.00 |
| HSL | 308.28º | 0.98% | 0.83% | - |
| HSV(B) | 308.28º | 0.34% | 1% | - |
| XYZ | 70.72 | 55.12 | 90.92 | - |
| YUV | 201.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 242 | 0 | 0.34 | 0.05 | 0.00 | 308.28 | 0.98 | 0.83 |
| Hex | FE | A7 | F2 | 0 | 22 | 5 | 0 | 134 | 62 | 53 |
| Octal | 376 | 247 | 362 | 0 | 42 | 5 | 0 | 464 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11110010 | 0 | 100010 | 101 | 0 | 100110100 | 1100010 | 1010011 |
Color Harmonies of #FEA7F2
Complementary color
Monochromatic Colors of #FEA7F2
Black with #FEA7F2
Text Example
Text Example
White with #FEA7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7F2; }
p { color: rgb(254,167,242); }
H1.HeaderClassName
{
color: #FEA7F2;
}
.AnyTagClassName
{
color: #FEA7F2;
}
</style>
background-color css
<style>
a { background-color: #FEA7F2; }
a { background-color: rgb(254,167,242); }
div.DivClassName
{
background-color: #FEA7F2;
}
.BgClassName
{
background-color: #FEA7F2;
}
</style>
border-color css
<style>
span { border-color: #FEA7F2; }
span { border-color: rgb(254,167,242); }
td.TdClassName
{
border-color: #FEA7F2;
}
.TagClassName
{
border-color: #FEA7F2;
}
</style>