Shades of Lavender Rose #FEA6F2
Tints of Lavender Rose #FEA6F2
RGB
CMYK
RGB Variations
Color information
#FEA6F2 (or 0xFEA6F2) is known color: Lavender Rose. HEX triplet: FE, A6 and F2. RGB value is (254,166,242). Sum of RGB (Red+Green+Blue) = 254+166+242=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 166 (65.23% from 255 or 25.08% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6F2 is #01590D. Grayscale: #C8C8C8. Windows color (decimal): -88334 or 15902462. OLE color: 15902462.
HSL color Cylindrical-coordinate representation of color #FEA6F2: hue angle of 308.18º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6F2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 242 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.00 |
| HSL | 308.18º | 0.98% | 0.82% | - |
| HSV(B) | 308.18º | 0.35% | 1% | - |
| XYZ | 70.54 | 54.75 | 90.86 | - |
| YUV | 200.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 242 | 0 | 0.35 | 0.05 | 0.00 | 308.18 | 0.98 | 0.82 |
| Hex | FE | A6 | F2 | 0 | 23 | 5 | 0 | 134 | 62 | 52 |
| Octal | 376 | 246 | 362 | 0 | 43 | 5 | 0 | 464 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11110010 | 0 | 100011 | 101 | 0 | 100110100 | 1100010 | 1010010 |
Color Harmonies of #FEA6F2
Complementary color
Monochromatic Colors of #FEA6F2
Black with #FEA6F2
Text Example
Text Example
White with #FEA6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6F2; }
p { color: rgb(254,166,242); }
H1.HeaderClassName
{
color: #FEA6F2;
}
.AnyTagClassName
{
color: #FEA6F2;
}
</style>
background-color css
<style>
a { background-color: #FEA6F2; }
a { background-color: rgb(254,166,242); }
div.DivClassName
{
background-color: #FEA6F2;
}
.BgClassName
{
background-color: #FEA6F2;
}
</style>
border-color css
<style>
span { border-color: #FEA6F2; }
span { border-color: rgb(254,166,242); }
td.TdClassName
{
border-color: #FEA6F2;
}
.TagClassName
{
border-color: #FEA6F2;
}
</style>