Shades of Lavender Pink #F5AFCF
Tints of Lavender Pink #F5AFCF
RGB
CMYK
RGB Variations
Color information
#F5AFCF (or 0xF5AFCF) is known color: Lavender Pink. HEX triplet: F5, AF and CF. RGB value is (245,175,207). Sum of RGB (Red+Green+Blue) = 245+175+207=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFCF is #0A5030. Grayscale: #C7C7C7. Windows color (decimal): -675889 or 13610997. OLE color: 13610997.
HSL color Cylindrical-coordinate representation of color #F5AFCF: hue angle of 332.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFCF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 207 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 332.57º | 0.78% | 0.82% | - |
| HSV(B) | 332.57º | 0.29% | 0.96% | - |
| XYZ | 64.25 | 54.58 | 66.18 | - |
| YUV | 199.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 207 | 0 | 0.29 | 0.16 | 0.04 | 332.57 | 0.78 | 0.82 |
| Hex | F5 | AF | CF | 0 | 1D | 10 | 4 | 14D | 4E | 52 |
| Octal | 365 | 257 | 317 | 0 | 35 | 20 | 4 | 515 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11001111 | 0 | 11101 | 10000 | 100 | 101001101 | 1001110 | 1010010 |
Color Harmonies of #F5AFCF
Complementary color
Monochromatic Colors of #F5AFCF
Black with #F5AFCF
Text Example
Text Example
White with #F5AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFCF; }
p { color: rgb(245,175,207); }
H1.HeaderClassName
{
color: #F5AFCF;
}
.AnyTagClassName
{
color: #F5AFCF;
}
</style>
background-color css
<style>
a { background-color: #F5AFCF; }
a { background-color: rgb(245,175,207); }
div.DivClassName
{
background-color: #F5AFCF;
}
.BgClassName
{
background-color: #F5AFCF;
}
</style>
border-color css
<style>
span { border-color: #F5AFCF; }
span { border-color: rgb(245,175,207); }
td.TdClassName
{
border-color: #F5AFCF;
}
.TagClassName
{
border-color: #F5AFCF;
}
</style>