Shades of Lavender Pink #F5A4CE
Tints of Lavender Pink #F5A4CE
RGB
CMYK
RGB Variations
Color information
#F5A4CE (or 0xF5A4CE) is known color: Lavender Pink. HEX triplet: F5, A4 and CE. RGB value is (245,164,206). Sum of RGB (Red+Green+Blue) = 245+164+206=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4CE is #0A5B31. Grayscale: #C0C0C0. Windows color (decimal): -678706 or 13542645. OLE color: 13542645.
HSL color Cylindrical-coordinate representation of color #F5A4CE: hue angle of 328.89º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A4CE is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 206 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.04 |
| HSL | 328.89º | 0.8% | 0.8% | - |
| HSV(B) | 328.89º | 0.33% | 0.96% | - |
| XYZ | 62.07 | 50.42 | 64.85 | - |
| YUV | 193.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 206 | 0 | 0.33 | 0.16 | 0.04 | 328.89 | 0.8 | 0.8 |
| Hex | F5 | A4 | CE | 0 | 21 | 10 | 4 | 149 | 50 | 50 |
| Octal | 365 | 244 | 316 | 0 | 41 | 20 | 4 | 511 | 120 | 120 |
| Binary | 11110101 | 10100100 | 11001110 | 0 | 100001 | 10000 | 100 | 101001001 | 1010000 | 1010000 |
Color Harmonies of #F5A4CE
Complementary color
Monochromatic Colors of #F5A4CE
Black with #F5A4CE
Text Example
Text Example
White with #F5A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A4CE; }
p { color: rgb(245,164,206); }
H1.HeaderClassName
{
color: #F5A4CE;
}
.AnyTagClassName
{
color: #F5A4CE;
}
</style>
background-color css
<style>
a { background-color: #F5A4CE; }
a { background-color: rgb(245,164,206); }
div.DivClassName
{
background-color: #F5A4CE;
}
.BgClassName
{
background-color: #F5A4CE;
}
</style>
border-color css
<style>
span { border-color: #F5A4CE; }
span { border-color: rgb(245,164,206); }
td.TdClassName
{
border-color: #F5A4CE;
}
.TagClassName
{
border-color: #F5A4CE;
}
</style>