Shades of Lavender Rose #FEADFC
Tints of Lavender Rose #FEADFC
RGB
CMYK
RGB Variations
Color information
#FEADFC (or 0xFEADFC) is known color: Lavender Rose. HEX triplet: FE, AD and FC. RGB value is (254,173,252). Sum of RGB (Red+Green+Blue) = 254+173+252=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 173 (67.97% from 255 or 25.48% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFC is #015203. Grayscale: #CDCDCD. Windows color (decimal): -86532 or 16559614. OLE color: 16559614.
HSL color Cylindrical-coordinate representation of color #FEADFC: hue angle of 301.48º 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 #FEADFC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 252 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.00 |
| HSL | 301.48º | 0.98% | 0.84% | - |
| HSV(B) | 301.48º | 0.32% | 1% | - |
| XYZ | 73.39 | 57.99 | 99.42 | - |
| YUV | 206.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 252 | 0 | 0.32 | 0.01 | 0.00 | 301.48 | 0.98 | 0.84 |
| Hex | FE | AD | FC | 0 | 20 | 1 | 0 | 12D | 62 | 54 |
| Octal | 376 | 255 | 374 | 0 | 40 | 1 | 0 | 455 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11111100 | 0 | 100000 | 1 | 0 | 100101101 | 1100010 | 1010100 |
Color Harmonies of #FEADFC
Complementary color
Monochromatic Colors of #FEADFC
Black with #FEADFC
Text Example
Text Example
White with #FEADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADFC; }
p { color: rgb(254,173,252); }
H1.HeaderClassName
{
color: #FEADFC;
}
.AnyTagClassName
{
color: #FEADFC;
}
</style>
background-color css
<style>
a { background-color: #FEADFC; }
a { background-color: rgb(254,173,252); }
div.DivClassName
{
background-color: #FEADFC;
}
.BgClassName
{
background-color: #FEADFC;
}
</style>
border-color css
<style>
span { border-color: #FEADFC; }
span { border-color: rgb(254,173,252); }
td.TdClassName
{
border-color: #FEADFC;
}
.TagClassName
{
border-color: #FEADFC;
}
</style>