Shades of Lavender Rose #F89DDC
Tints of Lavender Rose #F89DDC
RGB
CMYK
RGB Variations
Color information
#F89DDC (or 0xF89DDC) is known color: Lavender Rose. HEX triplet: F8, 9D and DC. RGB value is (248,157,220). Sum of RGB (Red+Green+Blue) = 248+157+220=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DDC is #076223. Grayscale: #BFBFBF. Windows color (decimal): -483876 or 14458360. OLE color: 14458360.
HSL color Cylindrical-coordinate representation of color #F89DDC: hue angle of 318.46º 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 #F89DDC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 220 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.03 |
| HSL | 318.46º | 0.87% | 0.79% | - |
| HSV(B) | 318.46º | 0.37% | 0.97% | - |
| XYZ | 63.69 | 49.24 | 73.86 | - |
| YUV | 191.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 220 | 0 | 0.37 | 0.11 | 0.03 | 318.46 | 0.87 | 0.79 |
| Hex | F8 | 9D | DC | 0 | 25 | B | 3 | 13E | 57 | 4F |
| Octal | 370 | 235 | 334 | 0 | 45 | 13 | 3 | 476 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11011100 | 0 | 100101 | 1011 | 11 | 100111110 | 1010111 | 1001111 |
Color Harmonies of #F89DDC
Complementary color
Monochromatic Colors of #F89DDC
Black with #F89DDC
Text Example
Text Example
White with #F89DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DDC; }
p { color: rgb(248,157,220); }
H1.HeaderClassName
{
color: #F89DDC;
}
.AnyTagClassName
{
color: #F89DDC;
}
</style>
background-color css
<style>
a { background-color: #F89DDC; }
a { background-color: rgb(248,157,220); }
div.DivClassName
{
background-color: #F89DDC;
}
.BgClassName
{
background-color: #F89DDC;
}
</style>
border-color css
<style>
span { border-color: #F89DDC; }
span { border-color: rgb(248,157,220); }
td.TdClassName
{
border-color: #F89DDC;
}
.TagClassName
{
border-color: #F89DDC;
}
</style>