Shades of Lavender Pink #F5B8DC
Tints of Lavender Pink #F5B8DC
RGB
CMYK
RGB Variations
Color information
#F5B8DC (or 0xF5B8DC) is known color: Lavender Pink. HEX triplet: F5, B8 and DC. RGB value is (245,184,220). Sum of RGB (Red+Green+Blue) = 245+184+220=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8DC is #0A4723. Grayscale: #CECECE. Windows color (decimal): -673572 or 14465269. OLE color: 14465269.
HSL color Cylindrical-coordinate representation of color #F5B8DC: hue angle of 324.59º 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 #F5B8DC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 220 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.04 |
| HSL | 324.59º | 0.75% | 0.84% | - |
| HSV(B) | 324.59º | 0.25% | 0.96% | - |
| XYZ | 67.71 | 58.86 | 75.5 | - |
| YUV | 206.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 220 | 0 | 0.25 | 0.10 | 0.04 | 324.59 | 0.75 | 0.84 |
| Hex | F5 | B8 | DC | 0 | 19 | A | 4 | 145 | 4B | 54 |
| Octal | 365 | 270 | 334 | 0 | 31 | 12 | 4 | 505 | 113 | 124 |
| Binary | 11110101 | 10111000 | 11011100 | 0 | 11001 | 1010 | 100 | 101000101 | 1001011 | 1010100 |
Color Harmonies of #F5B8DC
Complementary color
Monochromatic Colors of #F5B8DC
Black with #F5B8DC
Text Example
Text Example
White with #F5B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8DC; }
p { color: rgb(245,184,220); }
H1.HeaderClassName
{
color: #F5B8DC;
}
.AnyTagClassName
{
color: #F5B8DC;
}
</style>
background-color css
<style>
a { background-color: #F5B8DC; }
a { background-color: rgb(245,184,220); }
div.DivClassName
{
background-color: #F5B8DC;
}
.BgClassName
{
background-color: #F5B8DC;
}
</style>
border-color css
<style>
span { border-color: #F5B8DC; }
span { border-color: rgb(245,184,220); }
td.TdClassName
{
border-color: #F5B8DC;
}
.TagClassName
{
border-color: #F5B8DC;
}
</style>