Shades of Lavender Rose #FEAFE3
Tints of Lavender Rose #FEAFE3
RGB
CMYK
RGB Variations
Color information
#FEAFE3 (or 0xFEAFE3) is known color: Lavender Rose. HEX triplet: FE, AF and E3. RGB value is (254,175,227). Sum of RGB (Red+Green+Blue) = 254+175+227=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFE3 is #01501C. Grayscale: #CCCCCC. Windows color (decimal): -86045 or 14921726. OLE color: 14921726.
HSL color Cylindrical-coordinate representation of color #FEAFE3: hue angle of 320.51º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFE3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 227 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.00 |
| HSL | 320.51º | 0.98% | 0.84% | - |
| HSV(B) | 320.51º | 0.31% | 1% | - |
| XYZ | 70.07 | 57.28 | 80.04 | - |
| YUV | 204.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 227 | 0 | 0.31 | 0.11 | 0.00 | 320.51 | 0.98 | 0.84 |
| Hex | FE | AF | E3 | 0 | 1F | B | 0 | 141 | 62 | 54 |
| Octal | 376 | 257 | 343 | 0 | 37 | 13 | 0 | 501 | 142 | 124 |
| Binary | 11111110 | 10101111 | 11100011 | 0 | 11111 | 1011 | 0 | 101000001 | 1100010 | 1010100 |
Color Harmonies of #FEAFE3
Complementary color
Monochromatic Colors of #FEAFE3
Black with #FEAFE3
Text Example
Text Example
White with #FEAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFE3; }
p { color: rgb(254,175,227); }
H1.HeaderClassName
{
color: #FEAFE3;
}
.AnyTagClassName
{
color: #FEAFE3;
}
</style>
background-color css
<style>
a { background-color: #FEAFE3; }
a { background-color: rgb(254,175,227); }
div.DivClassName
{
background-color: #FEAFE3;
}
.BgClassName
{
background-color: #FEAFE3;
}
</style>
border-color css
<style>
span { border-color: #FEAFE3; }
span { border-color: rgb(254,175,227); }
td.TdClassName
{
border-color: #FEAFE3;
}
.TagClassName
{
border-color: #FEAFE3;
}
</style>