Shades of Lavender Rose #F8BEEA
Tints of Lavender Rose #F8BEEA
RGB
CMYK
RGB Variations
Color information
#F8BEEA (or 0xF8BEEA) is known color: Lavender Rose. HEX triplet: F8, BE and EA. RGB value is (248,190,234). Sum of RGB (Red+Green+Blue) = 248+190+234=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEEA is #074115. Grayscale: #D4D4D4. Windows color (decimal): -475414 or 15384312. OLE color: 15384312.
HSL color Cylindrical-coordinate representation of color #F8BEEA: hue angle of 314.48º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BEEA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 234 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.03 |
| HSL | 314.48º | 0.81% | 0.86% | - |
| HSV(B) | 314.48º | 0.23% | 0.97% | - |
| XYZ | 71.98 | 62.72 | 86.16 | - |
| YUV | 212.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 234 | 0 | 0.23 | 0.06 | 0.03 | 314.48 | 0.81 | 0.86 |
| Hex | F8 | BE | EA | 0 | 17 | 6 | 3 | 13A | 51 | 56 |
| Octal | 370 | 276 | 352 | 0 | 27 | 6 | 3 | 472 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11101010 | 0 | 10111 | 110 | 11 | 100111010 | 1010001 | 1010110 |
Color Harmonies of #F8BEEA
Complementary color
Monochromatic Colors of #F8BEEA
Black with #F8BEEA
Text Example
Text Example
White with #F8BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEEA; }
p { color: rgb(248,190,234); }
H1.HeaderClassName
{
color: #F8BEEA;
}
.AnyTagClassName
{
color: #F8BEEA;
}
</style>
background-color css
<style>
a { background-color: #F8BEEA; }
a { background-color: rgb(248,190,234); }
div.DivClassName
{
background-color: #F8BEEA;
}
.BgClassName
{
background-color: #F8BEEA;
}
</style>
border-color css
<style>
span { border-color: #F8BEEA; }
span { border-color: rgb(248,190,234); }
td.TdClassName
{
border-color: #F8BEEA;
}
.TagClassName
{
border-color: #F8BEEA;
}
</style>