Shades of Lavender Rose #F8ADEC
Tints of Lavender Rose #F8ADEC
RGB
CMYK
RGB Variations
Color information
#F8ADEC (or 0xF8ADEC) is known color: Lavender Rose. HEX triplet: F8, AD and EC. RGB value is (248,173,236). Sum of RGB (Red+Green+Blue) = 248+173+236=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADEC is #075213. Grayscale: #CACACA. Windows color (decimal): -479764 or 15511032. OLE color: 15511032.
HSL color Cylindrical-coordinate representation of color #F8ADEC: hue angle of 309.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADEC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 236 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.03 |
| HSL | 309.6º | 0.84% | 0.83% | - |
| HSV(B) | 309.6º | 0.3% | 0.97% | - |
| XYZ | 68.8 | 55.9 | 86.52 | - |
| YUV | 202.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 236 | 0 | 0.30 | 0.05 | 0.03 | 309.6 | 0.84 | 0.83 |
| Hex | F8 | AD | EC | 0 | 1E | 5 | 3 | 136 | 54 | 53 |
| Octal | 370 | 255 | 354 | 0 | 36 | 5 | 3 | 466 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11101100 | 0 | 11110 | 101 | 11 | 100110110 | 1010100 | 1010011 |
Color Harmonies of #F8ADEC
Complementary color
Monochromatic Colors of #F8ADEC
Black with #F8ADEC
Text Example
Text Example
White with #F8ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADEC; }
p { color: rgb(248,173,236); }
H1.HeaderClassName
{
color: #F8ADEC;
}
.AnyTagClassName
{
color: #F8ADEC;
}
</style>
background-color css
<style>
a { background-color: #F8ADEC; }
a { background-color: rgb(248,173,236); }
div.DivClassName
{
background-color: #F8ADEC;
}
.BgClassName
{
background-color: #F8ADEC;
}
</style>
border-color css
<style>
span { border-color: #F8ADEC; }
span { border-color: rgb(248,173,236); }
td.TdClassName
{
border-color: #F8ADEC;
}
.TagClassName
{
border-color: #F8ADEC;
}
</style>