Shades of Lavender Rose #FEACFD
Tints of Lavender Rose #FEACFD
RGB
CMYK
RGB Variations
Color information
#FEACFD (or 0xFEACFD) is known color: Lavender Rose. HEX triplet: FE, AC and FD. RGB value is (254,172,253). Sum of RGB (Red+Green+Blue) = 254+172+253=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 172 (67.58% from 255 or 25.33% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACFD is #015302. Grayscale: #CDCDCD. Windows color (decimal): -86787 or 16624894. OLE color: 16624894.
HSL color Cylindrical-coordinate representation of color #FEACFD: hue angle of 300.73º 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 #FEACFD is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 253 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.00 |
| HSL | 300.73º | 0.98% | 0.84% | - |
| HSV(B) | 300.73º | 0.32% | 1% | - |
| XYZ | 73.36 | 57.67 | 100.19 | - |
| YUV | 205.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 253 | 0 | 0.32 | 0.00 | 0.00 | 300.73 | 0.98 | 0.84 |
| Hex | FE | AC | FD | 0 | 20 | 0 | 0 | 12D | 62 | 54 |
| Octal | 376 | 254 | 375 | 0 | 40 | 0 | 0 | 455 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11111101 | 0 | 100000 | 0 | 0 | 100101101 | 1100010 | 1010100 |
Color Harmonies of #FEACFD
Complementary color
Monochromatic Colors of #FEACFD
Black with #FEACFD
Text Example
Text Example
White with #FEACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACFD; }
p { color: rgb(254,172,253); }
H1.HeaderClassName
{
color: #FEACFD;
}
.AnyTagClassName
{
color: #FEACFD;
}
</style>
background-color css
<style>
a { background-color: #FEACFD; }
a { background-color: rgb(254,172,253); }
div.DivClassName
{
background-color: #FEACFD;
}
.BgClassName
{
background-color: #FEACFD;
}
</style>
border-color css
<style>
span { border-color: #FEACFD; }
span { border-color: rgb(254,172,253); }
td.TdClassName
{
border-color: #FEACFD;
}
.TagClassName
{
border-color: #FEACFD;
}
</style>