Shades of Lavender Pink #F5B5DB
Tints of Lavender Pink #F5B5DB
RGB
CMYK
RGB Variations
Color information
#F5B5DB (or 0xF5B5DB) is known color: Lavender Pink. HEX triplet: F5, B5 and DB. RGB value is (245,181,219). Sum of RGB (Red+Green+Blue) = 245+181+219=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5DB is #0A4A24. Grayscale: #CCCCCC. Windows color (decimal): -674341 or 14398965. OLE color: 14398965.
HSL color Cylindrical-coordinate representation of color #F5B5DB: hue angle of 324.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B5DB is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 181 | 219 | - |
CMYK | 0 | 0.26 | 0.11 | 0.04 |
HSL | 324.38º | 0.76% | 0.84% | - |
HSV(B) | 324.38º | 0.26% | 0.96% | - |
XYZ | 66.97 | 57.57 | 74.6 | - |
YUV | 204.47 | 136.2 | 156.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 181 | 219 | 0 | 0.26 | 0.11 | 0.04 | 324.38 | 0.76 | 0.84 |
Hex | F5 | B5 | DB | 0 | 1A | B | 4 | 144 | 4C | 54 |
Octal | 365 | 265 | 333 | 0 | 32 | 13 | 4 | 504 | 114 | 124 |
Binary | 11110101 | 10110101 | 11011011 | 0 | 11010 | 1011 | 100 | 101000100 | 1001100 | 1010100 |
Color Harmonies of #F5B5DB
Complementary color
Monochromatic Colors of #F5B5DB
Black with #F5B5DB
Text Example
Text Example
White with #F5B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B5DB; }
p { color: rgb(245,181,219); }
H1.HeaderClassName
{
color: #F5B5DB;
}
.AnyTagClassName
{
color: #F5B5DB;
}
</style>
background-color css
<style>
a { background-color: #F5B5DB; }
a { background-color: rgb(245,181,219); }
div.DivClassName
{
background-color: #F5B5DB;
}
.BgClassName
{
background-color: #F5B5DB;
}
</style>
border-color css
<style>
span { border-color: #F5B5DB; }
span { border-color: rgb(245,181,219); }
td.TdClassName
{
border-color: #F5B5DB;
}
.TagClassName
{
border-color: #F5B5DB;
}
</style>