Shades of Lavender Rose #F8B9F4
Tints of Lavender Rose #F8B9F4
RGB
CMYK
RGB Variations
Color information
#F8B9F4 (or 0xF8B9F4) is known color: Lavender Rose. HEX triplet: F8, B9 and F4. RGB value is (248,185,244). Sum of RGB (Red+Green+Blue) = 248+185+244=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9F4 is #07460B. Grayscale: #D2D2D2. Windows color (decimal): -476684 or 16038392. OLE color: 16038392.
HSL color Cylindrical-coordinate representation of color #F8B9F4: hue angle of 303.81º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8B9F4 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 244 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.03 |
| HSL | 303.81º | 0.82% | 0.85% | - |
| HSV(B) | 303.81º | 0.25% | 0.97% | - |
| XYZ | 72.39 | 61.19 | 93.58 | - |
| YUV | 210.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 244 | 0 | 0.25 | 0.02 | 0.03 | 303.81 | 0.82 | 0.85 |
| Hex | F8 | B9 | F4 | 0 | 19 | 2 | 3 | 130 | 52 | 55 |
| Octal | 370 | 271 | 364 | 0 | 31 | 2 | 3 | 460 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11110100 | 0 | 11001 | 10 | 11 | 100110000 | 1010010 | 1010101 |
Color Harmonies of #F8B9F4
Complementary color
Monochromatic Colors of #F8B9F4
Black with #F8B9F4
Text Example
Text Example
White with #F8B9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9F4; }
p { color: rgb(248,185,244); }
H1.HeaderClassName
{
color: #F8B9F4;
}
.AnyTagClassName
{
color: #F8B9F4;
}
</style>
background-color css
<style>
a { background-color: #F8B9F4; }
a { background-color: rgb(248,185,244); }
div.DivClassName
{
background-color: #F8B9F4;
}
.BgClassName
{
background-color: #F8B9F4;
}
</style>
border-color css
<style>
span { border-color: #F8B9F4; }
span { border-color: rgb(248,185,244); }
td.TdClassName
{
border-color: #F8B9F4;
}
.TagClassName
{
border-color: #F8B9F4;
}
</style>