Shades of Lavender Pink #F5B5CE
Tints of Lavender Pink #F5B5CE
RGB
CMYK
RGB Variations
Color information
#F5B5CE (or 0xF5B5CE) is known color: Lavender Pink. HEX triplet: F5, B5 and CE. RGB value is (245,181,206). Sum of RGB (Red+Green+Blue) = 245+181+206=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5CE is #0A4A31. Grayscale: #CACACA. Windows color (decimal): -674354 or 13546997. OLE color: 13546997.
HSL color Cylindrical-coordinate representation of color #F5B5CE: hue angle of 336.56º 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 #F5B5CE is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 206 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.04 |
| HSL | 336.56º | 0.76% | 0.84% | - |
| HSV(B) | 336.56º | 0.26% | 0.96% | - |
| XYZ | 65.32 | 56.92 | 65.94 | - |
| YUV | 202.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 206 | 0 | 0.26 | 0.16 | 0.04 | 336.56 | 0.76 | 0.84 |
| Hex | F5 | B5 | CE | 0 | 1A | 10 | 4 | 151 | 4C | 54 |
| Octal | 365 | 265 | 316 | 0 | 32 | 20 | 4 | 521 | 114 | 124 |
| Binary | 11110101 | 10110101 | 11001110 | 0 | 11010 | 10000 | 100 | 101010001 | 1001100 | 1010100 |
Color Harmonies of #F5B5CE
Complementary color
Monochromatic Colors of #F5B5CE
Black with #F5B5CE
Text Example
Text Example
White with #F5B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B5CE; }
p { color: rgb(245,181,206); }
H1.HeaderClassName
{
color: #F5B5CE;
}
.AnyTagClassName
{
color: #F5B5CE;
}
</style>
background-color css
<style>
a { background-color: #F5B5CE; }
a { background-color: rgb(245,181,206); }
div.DivClassName
{
background-color: #F5B5CE;
}
.BgClassName
{
background-color: #F5B5CE;
}
</style>
border-color css
<style>
span { border-color: #F5B5CE; }
span { border-color: rgb(245,181,206); }
td.TdClassName
{
border-color: #F5B5CE;
}
.TagClassName
{
border-color: #F5B5CE;
}
</style>