Shades of Lavender Pink #F9AFCD
Tints of Lavender Pink #F9AFCD
RGB
CMYK
RGB Variations
Color information
#F9AFCD (or 0xF9AFCD) is known color: Lavender Pink. HEX triplet: F9, AF and CD. RGB value is (249,175,205). Sum of RGB (Red+Green+Blue) = 249+175+205=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFCD is #065032. Grayscale: #C8C8C8. Windows color (decimal): -413747 or 13479929. OLE color: 13479929.
HSL color Cylindrical-coordinate representation of color #F9AFCD: hue angle of 335.68º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFCD is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 205 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.02 |
| HSL | 335.68º | 0.86% | 0.83% | - |
| HSV(B) | 335.68º | 0.3% | 0.98% | - |
| XYZ | 65.42 | 55.21 | 64.97 | - |
| YUV | 200.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 205 | 0 | 0.30 | 0.18 | 0.02 | 335.68 | 0.86 | 0.83 |
| Hex | F9 | AF | CD | 0 | 1E | 12 | 2 | 150 | 56 | 53 |
| Octal | 371 | 257 | 315 | 0 | 36 | 22 | 2 | 520 | 126 | 123 |
| Binary | 11111001 | 10101111 | 11001101 | 0 | 11110 | 10010 | 10 | 101010000 | 1010110 | 1010011 |
Color Harmonies of #F9AFCD
Complementary color
Monochromatic Colors of #F9AFCD
Black with #F9AFCD
Text Example
Text Example
White with #F9AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AFCD; }
p { color: rgb(249,175,205); }
H1.HeaderClassName
{
color: #F9AFCD;
}
.AnyTagClassName
{
color: #F9AFCD;
}
</style>
background-color css
<style>
a { background-color: #F9AFCD; }
a { background-color: rgb(249,175,205); }
div.DivClassName
{
background-color: #F9AFCD;
}
.BgClassName
{
background-color: #F9AFCD;
}
</style>
border-color css
<style>
span { border-color: #F9AFCD; }
span { border-color: rgb(249,175,205); }
td.TdClassName
{
border-color: #F9AFCD;
}
.TagClassName
{
border-color: #F9AFCD;
}
</style>