Shades of Lavender Pink #F5A7CB
Tints of Lavender Pink #F5A7CB
RGB
CMYK
RGB Variations
Color information
#F5A7CB (or 0xF5A7CB) is known color: Lavender Pink. HEX triplet: F5, A7 and CB. RGB value is (245,167,203). Sum of RGB (Red+Green+Blue) = 245+167+203=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A7CB is #0A5834. Grayscale: #C2C2C2. Windows color (decimal): -677941 or 13346805. OLE color: 13346805.
HSL color Cylindrical-coordinate representation of color #F5A7CB: hue angle of 332.31º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5A7CB is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 203 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.04 |
| HSL | 332.31º | 0.8% | 0.81% | - |
| HSV(B) | 332.31º | 0.32% | 0.96% | - |
| XYZ | 62.25 | 51.36 | 63.13 | - |
| YUV | 194.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 203 | 0 | 0.32 | 0.17 | 0.04 | 332.31 | 0.8 | 0.81 |
| Hex | F5 | A7 | CB | 0 | 20 | 11 | 4 | 14C | 50 | 51 |
| Octal | 365 | 247 | 313 | 0 | 40 | 21 | 4 | 514 | 120 | 121 |
| Binary | 11110101 | 10100111 | 11001011 | 0 | 100000 | 10001 | 100 | 101001100 | 1010000 | 1010001 |
Color Harmonies of #F5A7CB
Complementary color
Monochromatic Colors of #F5A7CB
Black with #F5A7CB
Text Example
Text Example
White with #F5A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A7CB; }
p { color: rgb(245,167,203); }
H1.HeaderClassName
{
color: #F5A7CB;
}
.AnyTagClassName
{
color: #F5A7CB;
}
</style>
background-color css
<style>
a { background-color: #F5A7CB; }
a { background-color: rgb(245,167,203); }
div.DivClassName
{
background-color: #F5A7CB;
}
.BgClassName
{
background-color: #F5A7CB;
}
</style>
border-color css
<style>
span { border-color: #F5A7CB; }
span { border-color: rgb(245,167,203); }
td.TdClassName
{
border-color: #F5A7CB;
}
.TagClassName
{
border-color: #F5A7CB;
}
</style>