Shades of Lavender Pink #F5A8CB
Tints of Lavender Pink #F5A8CB
RGB
CMYK
RGB Variations
Color information
#F5A8CB (or 0xF5A8CB) is known color: Lavender Pink. HEX triplet: F5, A8 and CB. RGB value is (245,168,203). Sum of RGB (Red+Green+Blue) = 245+168+203=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8CB is #0A5734. Grayscale: #C2C2C2. Windows color (decimal): -677685 or 13347061. OLE color: 13347061.
HSL color Cylindrical-coordinate representation of color #F5A8CB: hue angle of 332.73º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8CB is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 203 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.04 |
| HSL | 332.73º | 0.79% | 0.81% | - |
| HSV(B) | 332.73º | 0.31% | 0.96% | - |
| XYZ | 62.44 | 51.73 | 63.19 | - |
| YUV | 195.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 203 | 0 | 0.31 | 0.17 | 0.04 | 332.73 | 0.79 | 0.81 |
| Hex | F5 | A8 | CB | 0 | 1F | 11 | 4 | 14D | 4F | 51 |
| Octal | 365 | 250 | 313 | 0 | 37 | 21 | 4 | 515 | 117 | 121 |
| Binary | 11110101 | 10101000 | 11001011 | 0 | 11111 | 10001 | 100 | 101001101 | 1001111 | 1010001 |
Color Harmonies of #F5A8CB
Complementary color
Monochromatic Colors of #F5A8CB
Black with #F5A8CB
Text Example
Text Example
White with #F5A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8CB; }
p { color: rgb(245,168,203); }
H1.HeaderClassName
{
color: #F5A8CB;
}
.AnyTagClassName
{
color: #F5A8CB;
}
</style>
background-color css
<style>
a { background-color: #F5A8CB; }
a { background-color: rgb(245,168,203); }
div.DivClassName
{
background-color: #F5A8CB;
}
.BgClassName
{
background-color: #F5A8CB;
}
</style>
border-color css
<style>
span { border-color: #F5A8CB; }
span { border-color: rgb(245,168,203); }
td.TdClassName
{
border-color: #F5A8CB;
}
.TagClassName
{
border-color: #F5A8CB;
}
</style>