Shades of Lavender Rose #F5B8E1
Tints of Lavender Rose #F5B8E1
RGB
CMYK
RGB Variations
Color information
#F5B8E1 (or 0xF5B8E1) is known color: Lavender Rose. HEX triplet: F5, B8 and E1. RGB value is (245,184,225). Sum of RGB (Red+Green+Blue) = 245+184+225=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8E1 is #0A471E. Grayscale: #CECECE. Windows color (decimal): -673567 or 14792949. OLE color: 14792949.
HSL color Cylindrical-coordinate representation of color #F5B8E1: hue angle of 319.67º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8E1 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 225 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.04 |
| HSL | 319.67º | 0.75% | 0.84% | - |
| HSV(B) | 319.67º | 0.25% | 0.96% | - |
| XYZ | 68.39 | 59.13 | 79.04 | - |
| YUV | 206.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 225 | 0 | 0.25 | 0.08 | 0.04 | 319.67 | 0.75 | 0.84 |
| Hex | F5 | B8 | E1 | 0 | 19 | 8 | 4 | 140 | 4B | 54 |
| Octal | 365 | 270 | 341 | 0 | 31 | 10 | 4 | 500 | 113 | 124 |
| Binary | 11110101 | 10111000 | 11100001 | 0 | 11001 | 1000 | 100 | 101000000 | 1001011 | 1010100 |
Color Harmonies of #F5B8E1
Complementary color
Monochromatic Colors of #F5B8E1
Black with #F5B8E1
Text Example
Text Example
White with #F5B8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8E1; }
p { color: rgb(245,184,225); }
H1.HeaderClassName
{
color: #F5B8E1;
}
.AnyTagClassName
{
color: #F5B8E1;
}
</style>
background-color css
<style>
a { background-color: #F5B8E1; }
a { background-color: rgb(245,184,225); }
div.DivClassName
{
background-color: #F5B8E1;
}
.BgClassName
{
background-color: #F5B8E1;
}
</style>
border-color css
<style>
span { border-color: #F5B8E1; }
span { border-color: rgb(245,184,225); }
td.TdClassName
{
border-color: #F5B8E1;
}
.TagClassName
{
border-color: #F5B8E1;
}
</style>