Shades of Lavender Pink #FAAFCD
Tints of Lavender Pink #FAAFCD
RGB
CMYK
RGB Variations
Color information
#FAAFCD (or 0xFAAFCD) is known color: Lavender Pink. HEX triplet: FA, AF and CD. RGB value is (250,175,205). Sum of RGB (Red+Green+Blue) = 250+175+205=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFCD is #055032. Grayscale: #C8C8C8. Windows color (decimal): -348211 or 13479930. OLE color: 13479930.
HSL color Cylindrical-coordinate representation of color #FAAFCD: hue angle of 336º 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 #FAAFCD is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 205 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.02 |
| HSL | 336º | 0.88% | 0.83% | - |
| HSV(B) | 336º | 0.3% | 0.98% | - |
| XYZ | 65.77 | 55.39 | 64.98 | - |
| YUV | 200.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 205 | 0 | 0.3 | 0.18 | 0.02 | 336 | 0.88 | 0.83 |
| Hex | FA | AF | CD | 0 | 1E | 12 | 2 | 150 | 58 | 53 |
| Octal | 372 | 257 | 315 | 0 | 36 | 22 | 2 | 520 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11001101 | 0 | 11110 | 10010 | 10 | 101010000 | 1011000 | 1010011 |
Color Harmonies of #FAAFCD
Complementary color
Monochromatic Colors of #FAAFCD
Black with #FAAFCD
Text Example
Text Example
White with #FAAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFCD; }
p { color: rgb(250,175,205); }
H1.HeaderClassName
{
color: #FAAFCD;
}
.AnyTagClassName
{
color: #FAAFCD;
}
</style>
background-color css
<style>
a { background-color: #FAAFCD; }
a { background-color: rgb(250,175,205); }
div.DivClassName
{
background-color: #FAAFCD;
}
.BgClassName
{
background-color: #FAAFCD;
}
</style>
border-color css
<style>
span { border-color: #FAAFCD; }
span { border-color: rgb(250,175,205); }
td.TdClassName
{
border-color: #FAAFCD;
}
.TagClassName
{
border-color: #FAAFCD;
}
</style>