Shades of Lavender Rose #F8B2E7
Tints of Lavender Rose #F8B2E7
RGB
CMYK
RGB Variations
Color information
#F8B2E7 (or 0xF8B2E7) is known color: Lavender Rose. HEX triplet: F8, B2 and E7. RGB value is (248,178,231). Sum of RGB (Red+Green+Blue) = 248+178+231=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B2E7 is #074D18. Grayscale: #CCCCCC. Windows color (decimal): -478489 or 15184632. OLE color: 15184632.
HSL color Cylindrical-coordinate representation of color #F8B2E7: hue angle of 314.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B2E7 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 231 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.03 |
| HSL | 314.57º | 0.83% | 0.84% | - |
| HSV(B) | 314.57º | 0.28% | 0.97% | - |
| XYZ | 69.06 | 57.57 | 83.07 | - |
| YUV | 204.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 231 | 0 | 0.28 | 0.07 | 0.03 | 314.57 | 0.83 | 0.84 |
| Hex | F8 | B2 | E7 | 0 | 1C | 7 | 3 | 13B | 53 | 54 |
| Octal | 370 | 262 | 347 | 0 | 34 | 7 | 3 | 473 | 123 | 124 |
| Binary | 11111000 | 10110010 | 11100111 | 0 | 11100 | 111 | 11 | 100111011 | 1010011 | 1010100 |
Color Harmonies of #F8B2E7
Complementary color
Monochromatic Colors of #F8B2E7
Black with #F8B2E7
Text Example
Text Example
White with #F8B2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2E7; }
p { color: rgb(248,178,231); }
H1.HeaderClassName
{
color: #F8B2E7;
}
.AnyTagClassName
{
color: #F8B2E7;
}
</style>
background-color css
<style>
a { background-color: #F8B2E7; }
a { background-color: rgb(248,178,231); }
div.DivClassName
{
background-color: #F8B2E7;
}
.BgClassName
{
background-color: #F8B2E7;
}
</style>
border-color css
<style>
span { border-color: #F8B2E7; }
span { border-color: rgb(248,178,231); }
td.TdClassName
{
border-color: #F8B2E7;
}
.TagClassName
{
border-color: #F8B2E7;
}
</style>