Shades of Lavender Pink #FAAFDA
Tints of Lavender Pink #FAAFDA
RGB
CMYK
RGB Variations
Color information
#FAAFDA (or 0xFAAFDA) is known color: Lavender Pink. HEX triplet: FA, AF and DA. RGB value is (250,175,218). Sum of RGB (Red+Green+Blue) = 250+175+218=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFDA is #055025. Grayscale: #CACACA. Windows color (decimal): -348198 or 14331898. OLE color: 14331898.
HSL color Cylindrical-coordinate representation of color #FAAFDA: hue angle of 325.6º 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 #FAAFDA is Cyan = 0, Magento = 0.3, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 218 | - |
| CMYK | 0 | 0.3 | 0.13 | 0.02 |
| HSL | 325.6º | 0.88% | 0.83% | - |
| HSV(B) | 325.6º | 0.3% | 0.98% | - |
| XYZ | 67.41 | 56.05 | 73.59 | - |
| YUV | 202.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 218 | 0 | 0.3 | 0.13 | 0.02 | 325.6 | 0.88 | 0.83 |
| Hex | FA | AF | DA | 0 | 1E | D | 2 | 146 | 58 | 53 |
| Octal | 372 | 257 | 332 | 0 | 36 | 15 | 2 | 506 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11011010 | 0 | 11110 | 1101 | 10 | 101000110 | 1011000 | 1010011 |
Color Harmonies of #FAAFDA
Complementary color
Monochromatic Colors of #FAAFDA
Black with #FAAFDA
Text Example
Text Example
White with #FAAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFDA; }
p { color: rgb(250,175,218); }
H1.HeaderClassName
{
color: #FAAFDA;
}
.AnyTagClassName
{
color: #FAAFDA;
}
</style>
background-color css
<style>
a { background-color: #FAAFDA; }
a { background-color: rgb(250,175,218); }
div.DivClassName
{
background-color: #FAAFDA;
}
.BgClassName
{
background-color: #FAAFDA;
}
</style>
border-color css
<style>
span { border-color: #FAAFDA; }
span { border-color: rgb(250,175,218); }
td.TdClassName
{
border-color: #FAAFDA;
}
.TagClassName
{
border-color: #FAAFDA;
}
</style>