Shades of Lavender Rose #F8B1EA
Tints of Lavender Rose #F8B1EA
RGB
CMYK
RGB Variations
Color information
#F8B1EA (or 0xF8B1EA) is known color: Lavender Rose. HEX triplet: F8, B1 and EA. RGB value is (248,177,234). Sum of RGB (Red+Green+Blue) = 248+177+234=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B1EA is #074E15. Grayscale: #CCCCCC. Windows color (decimal): -478742 or 15380984. OLE color: 15380984.
HSL color Cylindrical-coordinate representation of color #F8B1EA: hue angle of 311.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B1EA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 234 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.03 |
| HSL | 311.83º | 0.84% | 0.83% | - |
| HSV(B) | 311.83º | 0.29% | 0.97% | - |
| XYZ | 69.28 | 57.34 | 85.26 | - |
| YUV | 204.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 234 | 0 | 0.29 | 0.06 | 0.03 | 311.83 | 0.84 | 0.83 |
| Hex | F8 | B1 | EA | 0 | 1D | 6 | 3 | 138 | 54 | 53 |
| Octal | 370 | 261 | 352 | 0 | 35 | 6 | 3 | 470 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11101010 | 0 | 11101 | 110 | 11 | 100111000 | 1010100 | 1010011 |
Color Harmonies of #F8B1EA
Complementary color
Monochromatic Colors of #F8B1EA
Black with #F8B1EA
Text Example
Text Example
White with #F8B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1EA; }
p { color: rgb(248,177,234); }
H1.HeaderClassName
{
color: #F8B1EA;
}
.AnyTagClassName
{
color: #F8B1EA;
}
</style>
background-color css
<style>
a { background-color: #F8B1EA; }
a { background-color: rgb(248,177,234); }
div.DivClassName
{
background-color: #F8B1EA;
}
.BgClassName
{
background-color: #F8B1EA;
}
</style>
border-color css
<style>
span { border-color: #F8B1EA; }
span { border-color: rgb(248,177,234); }
td.TdClassName
{
border-color: #F8B1EA;
}
.TagClassName
{
border-color: #F8B1EA;
}
</style>