Shades of Lavender Rose #F8BAF5
Tints of Lavender Rose #F8BAF5
RGB
CMYK
RGB Variations
Color information
#F8BAF5 (or 0xF8BAF5) is known color: Lavender Rose. HEX triplet: F8, BA and F5. RGB value is (248,186,245). Sum of RGB (Red+Green+Blue) = 248+186+245=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAF5 is #07450A. Grayscale: #D3D3D3. Windows color (decimal): -476427 or 16104184. OLE color: 16104184.
HSL color Cylindrical-coordinate representation of color #F8BAF5: hue angle of 302.9º 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 #F8BAF5 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 245 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.03 |
| HSL | 302.9º | 0.82% | 0.85% | - |
| HSV(B) | 302.9º | 0.25% | 0.97% | - |
| XYZ | 72.75 | 61.67 | 94.45 | - |
| YUV | 211.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 245 | 0 | 0.25 | 0.01 | 0.03 | 302.9 | 0.82 | 0.85 |
| Hex | F8 | BA | F5 | 0 | 19 | 1 | 3 | 12F | 52 | 55 |
| Octal | 370 | 272 | 365 | 0 | 31 | 1 | 3 | 457 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11110101 | 0 | 11001 | 1 | 11 | 100101111 | 1010010 | 1010101 |
Color Harmonies of #F8BAF5
Complementary color
Monochromatic Colors of #F8BAF5
Black with #F8BAF5
Text Example
Text Example
White with #F8BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAF5; }
p { color: rgb(248,186,245); }
H1.HeaderClassName
{
color: #F8BAF5;
}
.AnyTagClassName
{
color: #F8BAF5;
}
</style>
background-color css
<style>
a { background-color: #F8BAF5; }
a { background-color: rgb(248,186,245); }
div.DivClassName
{
background-color: #F8BAF5;
}
.BgClassName
{
background-color: #F8BAF5;
}
</style>
border-color css
<style>
span { border-color: #F8BAF5; }
span { border-color: rgb(248,186,245); }
td.TdClassName
{
border-color: #F8BAF5;
}
.TagClassName
{
border-color: #F8BAF5;
}
</style>