Shades of Lavender Rose #F8BEEC
Tints of Lavender Rose #F8BEEC
RGB
CMYK
RGB Variations
Color information
#F8BEEC (or 0xF8BEEC) is known color: Lavender Rose. HEX triplet: F8, BE and EC. RGB value is (248,190,236). Sum of RGB (Red+Green+Blue) = 248+190+236=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEEC is #074113. Grayscale: #D4D4D4. Windows color (decimal): -475412 or 15515384. OLE color: 15515384.
HSL color Cylindrical-coordinate representation of color #F8BEEC: hue angle of 312.41º 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 #F8BEEC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 236 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.03 |
| HSL | 312.41º | 0.81% | 0.86% | - |
| HSV(B) | 312.41º | 0.23% | 0.97% | - |
| XYZ | 72.27 | 62.84 | 87.68 | - |
| YUV | 212.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 236 | 0 | 0.23 | 0.05 | 0.03 | 312.41 | 0.81 | 0.86 |
| Hex | F8 | BE | EC | 0 | 17 | 5 | 3 | 138 | 51 | 56 |
| Octal | 370 | 276 | 354 | 0 | 27 | 5 | 3 | 470 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11101100 | 0 | 10111 | 101 | 11 | 100111000 | 1010001 | 1010110 |
Color Harmonies of #F8BEEC
Complementary color
Monochromatic Colors of #F8BEEC
Black with #F8BEEC
Text Example
Text Example
White with #F8BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEEC; }
p { color: rgb(248,190,236); }
H1.HeaderClassName
{
color: #F8BEEC;
}
.AnyTagClassName
{
color: #F8BEEC;
}
</style>
background-color css
<style>
a { background-color: #F8BEEC; }
a { background-color: rgb(248,190,236); }
div.DivClassName
{
background-color: #F8BEEC;
}
.BgClassName
{
background-color: #F8BEEC;
}
</style>
border-color css
<style>
span { border-color: #F8BEEC; }
span { border-color: rgb(248,190,236); }
td.TdClassName
{
border-color: #F8BEEC;
}
.TagClassName
{
border-color: #F8BEEC;
}
</style>