Shades of Lavender Rose #FEADFB
Tints of Lavender Rose #FEADFB
RGB
CMYK
RGB Variations
Color information
#FEADFB (or 0xFEADFB) is known color: Lavender Rose. HEX triplet: FE, AD and FB. RGB value is (254,173,251). Sum of RGB (Red+Green+Blue) = 254+173+251=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFB is #015204. Grayscale: #CDCDCD. Windows color (decimal): -86533 or 16494078. OLE color: 16494078.
HSL color Cylindrical-coordinate representation of color #FEADFB: hue angle of 302.22º 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 #FEADFB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 251 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.00 |
| HSL | 302.22º | 0.98% | 0.84% | - |
| HSV(B) | 302.22º | 0.32% | 1% | - |
| XYZ | 73.23 | 57.92 | 98.59 | - |
| YUV | 206.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 251 | 0 | 0.32 | 0.01 | 0.00 | 302.22 | 0.98 | 0.84 |
| Hex | FE | AD | FB | 0 | 20 | 1 | 0 | 12E | 62 | 54 |
| Octal | 376 | 255 | 373 | 0 | 40 | 1 | 0 | 456 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11111011 | 0 | 100000 | 1 | 0 | 100101110 | 1100010 | 1010100 |
Color Harmonies of #FEADFB
Complementary color
Monochromatic Colors of #FEADFB
Black with #FEADFB
Text Example
Text Example
White with #FEADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADFB; }
p { color: rgb(254,173,251); }
H1.HeaderClassName
{
color: #FEADFB;
}
.AnyTagClassName
{
color: #FEADFB;
}
</style>
background-color css
<style>
a { background-color: #FEADFB; }
a { background-color: rgb(254,173,251); }
div.DivClassName
{
background-color: #FEADFB;
}
.BgClassName
{
background-color: #FEADFB;
}
</style>
border-color css
<style>
span { border-color: #FEADFB; }
span { border-color: rgb(254,173,251); }
td.TdClassName
{
border-color: #FEADFB;
}
.TagClassName
{
border-color: #FEADFB;
}
</style>