Shades of Lavender Pink #FAAFDD
Tints of Lavender Pink #FAAFDD
RGB
CMYK
RGB Variations
Color information
#FAAFDD (or 0xFAAFDD) is known color: Lavender Pink. HEX triplet: FA, AF and DD. RGB value is (250,175,221). Sum of RGB (Red+Green+Blue) = 250+175+221=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFDD is #055022. Grayscale: #CACACA. Windows color (decimal): -348195 or 14528506. OLE color: 14528506.
HSL color Cylindrical-coordinate representation of color #FAAFDD: hue angle of 323.2º degrees, saturation: 0.88, 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 #FAAFDD is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 221 | - |
| CMYK | 0 | 0.3 | 0.12 | 0.02 |
| HSL | 323.2º | 0.88% | 0.83% | - |
| HSV(B) | 323.2º | 0.3% | 0.98% | - |
| XYZ | 67.81 | 56.2 | 75.68 | - |
| YUV | 202.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 221 | 0 | 0.3 | 0.12 | 0.02 | 323.2 | 0.88 | 0.83 |
| Hex | FA | AF | DD | 0 | 1E | C | 2 | 143 | 58 | 53 |
| Octal | 372 | 257 | 335 | 0 | 36 | 14 | 2 | 503 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11011101 | 0 | 11110 | 1100 | 10 | 101000011 | 1011000 | 1010011 |
Color Harmonies of #FAAFDD
Complementary color
Monochromatic Colors of #FAAFDD
Black with #FAAFDD
Text Example
Text Example
White with #FAAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFDD; }
p { color: rgb(250,175,221); }
H1.HeaderClassName
{
color: #FAAFDD;
}
.AnyTagClassName
{
color: #FAAFDD;
}
</style>
background-color css
<style>
a { background-color: #FAAFDD; }
a { background-color: rgb(250,175,221); }
div.DivClassName
{
background-color: #FAAFDD;
}
.BgClassName
{
background-color: #FAAFDD;
}
</style>
border-color css
<style>
span { border-color: #FAAFDD; }
span { border-color: rgb(250,175,221); }
td.TdClassName
{
border-color: #FAAFDD;
}
.TagClassName
{
border-color: #FAAFDD;
}
</style>