Shades of Lavender Pink #F5AFDC
Tints of Lavender Pink #F5AFDC
RGB
CMYK
RGB Variations
Color information
#F5AFDC (or 0xF5AFDC) is known color: Lavender Pink. HEX triplet: F5, AF and DC. RGB value is (245,175,220). Sum of RGB (Red+Green+Blue) = 245+175+220=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFDC is #0A5023. Grayscale: #C8C8C8. Windows color (decimal): -675876 or 14462965. OLE color: 14462965.
HSL color Cylindrical-coordinate representation of color #F5AFDC: hue angle of 321.43º 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 #F5AFDC is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 220 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.04 |
| HSL | 321.43º | 0.78% | 0.82% | - |
| HSV(B) | 321.43º | 0.29% | 0.96% | - |
| XYZ | 65.9 | 55.24 | 74.9 | - |
| YUV | 201.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 220 | 0 | 0.29 | 0.10 | 0.04 | 321.43 | 0.78 | 0.82 |
| Hex | F5 | AF | DC | 0 | 1D | A | 4 | 141 | 4E | 52 |
| Octal | 365 | 257 | 334 | 0 | 35 | 12 | 4 | 501 | 116 | 122 |
| Binary | 11110101 | 10101111 | 11011100 | 0 | 11101 | 1010 | 100 | 101000001 | 1001110 | 1010010 |
Color Harmonies of #F5AFDC
Complementary color
Monochromatic Colors of #F5AFDC
Black with #F5AFDC
Text Example
Text Example
White with #F5AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFDC; }
p { color: rgb(245,175,220); }
H1.HeaderClassName
{
color: #F5AFDC;
}
.AnyTagClassName
{
color: #F5AFDC;
}
</style>
background-color css
<style>
a { background-color: #F5AFDC; }
a { background-color: rgb(245,175,220); }
div.DivClassName
{
background-color: #F5AFDC;
}
.BgClassName
{
background-color: #F5AFDC;
}
</style>
border-color css
<style>
span { border-color: #F5AFDC; }
span { border-color: rgb(245,175,220); }
td.TdClassName
{
border-color: #F5AFDC;
}
.TagClassName
{
border-color: #F5AFDC;
}
</style>