Shades of Lavender Rose #F89CDF
Tints of Lavender Rose #F89CDF
RGB
CMYK
RGB Variations
Color information
#F89CDF (or 0xF89CDF) is known color: Lavender Rose. HEX triplet: F8, 9C and DF. RGB value is (248,156,223). Sum of RGB (Red+Green+Blue) = 248+156+223=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CDF is #076320. Grayscale: #BEBEBE. Windows color (decimal): -484129 or 14654712. OLE color: 14654712.
HSL color Cylindrical-coordinate representation of color #F89CDF: hue angle of 316.3º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CDF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 223 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.03 |
| HSL | 316.3º | 0.87% | 0.79% | - |
| HSV(B) | 316.3º | 0.37% | 0.97% | - |
| XYZ | 63.92 | 49.06 | 75.91 | - |
| YUV | 191.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 223 | 0 | 0.37 | 0.10 | 0.03 | 316.3 | 0.87 | 0.79 |
| Hex | F8 | 9C | DF | 0 | 25 | A | 3 | 13C | 57 | 4F |
| Octal | 370 | 234 | 337 | 0 | 45 | 12 | 3 | 474 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11011111 | 0 | 100101 | 1010 | 11 | 100111100 | 1010111 | 1001111 |
Color Harmonies of #F89CDF
Complementary color
Monochromatic Colors of #F89CDF
Black with #F89CDF
Text Example
Text Example
White with #F89CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CDF; }
p { color: rgb(248,156,223); }
H1.HeaderClassName
{
color: #F89CDF;
}
.AnyTagClassName
{
color: #F89CDF;
}
</style>
background-color css
<style>
a { background-color: #F89CDF; }
a { background-color: rgb(248,156,223); }
div.DivClassName
{
background-color: #F89CDF;
}
.BgClassName
{
background-color: #F89CDF;
}
</style>
border-color css
<style>
span { border-color: #F89CDF; }
span { border-color: rgb(248,156,223); }
td.TdClassName
{
border-color: #F89CDF;
}
.TagClassName
{
border-color: #F89CDF;
}
</style>