Shades of Lavender Rose #F897DE
Tints of Lavender Rose #F897DE
RGB
CMYK
RGB Variations
Color information
#F897DE (or 0xF897DE) is known color: Lavender Rose. HEX triplet: F8, 97 and DE. RGB value is (248,151,222). Sum of RGB (Red+Green+Blue) = 248+151+222=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F897DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897DE is #076821. Grayscale: #BBBBBB. Windows color (decimal): -485410 or 14587896. OLE color: 14587896.
HSL color Cylindrical-coordinate representation of color #F897DE: hue angle of 316.08º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897DE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 222 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.03 |
| HSL | 316.08º | 0.87% | 0.78% | - |
| HSV(B) | 316.08º | 0.39% | 0.97% | - |
| XYZ | 62.96 | 47.36 | 74.93 | - |
| YUV | 188.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 222 | 0 | 0.39 | 0.10 | 0.03 | 316.08 | 0.87 | 0.78 |
| Hex | F8 | 97 | DE | 0 | 27 | A | 3 | 13C | 57 | 4E |
| Octal | 370 | 227 | 336 | 0 | 47 | 12 | 3 | 474 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11011110 | 0 | 100111 | 1010 | 11 | 100111100 | 1010111 | 1001110 |
Color Harmonies of #F897DE
Complementary color
Monochromatic Colors of #F897DE
Black with #F897DE
Text Example
Text Example
White with #F897DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897DE; }
p { color: rgb(248,151,222); }
H1.HeaderClassName
{
color: #F897DE;
}
.AnyTagClassName
{
color: #F897DE;
}
</style>
background-color css
<style>
a { background-color: #F897DE; }
a { background-color: rgb(248,151,222); }
div.DivClassName
{
background-color: #F897DE;
}
.BgClassName
{
background-color: #F897DE;
}
</style>
border-color css
<style>
span { border-color: #F897DE; }
span { border-color: rgb(248,151,222); }
td.TdClassName
{
border-color: #F897DE;
}
.TagClassName
{
border-color: #F897DE;
}
</style>