Shades of Lavender Rose #FEACF3
Tints of Lavender Rose #FEACF3
RGB
CMYK
RGB Variations
Color information
#FEACF3 (or 0xFEACF3) is known color: Lavender Rose. HEX triplet: FE, AC and F3. RGB value is (254,172,243). Sum of RGB (Red+Green+Blue) = 254+172+243=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF3 is #01530C. Grayscale: #CCCCCC. Windows color (decimal): -86797 or 15969534. OLE color: 15969534.
HSL color Cylindrical-coordinate representation of color #FEACF3: hue angle of 308.05º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACF3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 243 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.00 |
| HSL | 308.05º | 0.98% | 0.84% | - |
| HSV(B) | 308.05º | 0.32% | 1% | - |
| XYZ | 71.8 | 57.05 | 92.02 | - |
| YUV | 204.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 243 | 0 | 0.32 | 0.04 | 0.00 | 308.05 | 0.98 | 0.84 |
| Hex | FE | AC | F3 | 0 | 20 | 4 | 0 | 134 | 62 | 54 |
| Octal | 376 | 254 | 363 | 0 | 40 | 4 | 0 | 464 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11110011 | 0 | 100000 | 100 | 0 | 100110100 | 1100010 | 1010100 |
Color Harmonies of #FEACF3
Complementary color
Monochromatic Colors of #FEACF3
Black with #FEACF3
Text Example
Text Example
White with #FEACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACF3; }
p { color: rgb(254,172,243); }
H1.HeaderClassName
{
color: #FEACF3;
}
.AnyTagClassName
{
color: #FEACF3;
}
</style>
background-color css
<style>
a { background-color: #FEACF3; }
a { background-color: rgb(254,172,243); }
div.DivClassName
{
background-color: #FEACF3;
}
.BgClassName
{
background-color: #FEACF3;
}
</style>
border-color css
<style>
span { border-color: #FEACF3; }
span { border-color: rgb(254,172,243); }
td.TdClassName
{
border-color: #FEACF3;
}
.TagClassName
{
border-color: #FEACF3;
}
</style>