Shades of Lavender Pink #FAA4D5
Tints of Lavender Pink #FAA4D5
RGB
CMYK
RGB Variations
Color information
#FAA4D5 (or 0xFAA4D5) is known color: Lavender Pink. HEX triplet: FA, A4 and D5. RGB value is (250,164,213). Sum of RGB (Red+Green+Blue) = 250+164+213=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4D5 is #055B2A. Grayscale: #C3C3C3. Windows color (decimal): -351019 or 14001402. OLE color: 14001402.
HSL color Cylindrical-coordinate representation of color #FAA4D5: hue angle of 325.81º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4D5 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 213 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.02 |
| HSL | 325.81º | 0.9% | 0.81% | - |
| HSV(B) | 325.81º | 0.34% | 0.98% | - |
| XYZ | 64.71 | 51.68 | 69.52 | - |
| YUV | 195.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 213 | 0 | 0.34 | 0.15 | 0.02 | 325.81 | 0.9 | 0.81 |
| Hex | FA | A4 | D5 | 0 | 22 | F | 2 | 146 | 5A | 51 |
| Octal | 372 | 244 | 325 | 0 | 42 | 17 | 2 | 506 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11010101 | 0 | 100010 | 1111 | 10 | 101000110 | 1011010 | 1010001 |
Color Harmonies of #FAA4D5
Complementary color
Monochromatic Colors of #FAA4D5
Black with #FAA4D5
Text Example
Text Example
White with #FAA4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4D5; }
p { color: rgb(250,164,213); }
H1.HeaderClassName
{
color: #FAA4D5;
}
.AnyTagClassName
{
color: #FAA4D5;
}
</style>
background-color css
<style>
a { background-color: #FAA4D5; }
a { background-color: rgb(250,164,213); }
div.DivClassName
{
background-color: #FAA4D5;
}
.BgClassName
{
background-color: #FAA4D5;
}
</style>
border-color css
<style>
span { border-color: #FAA4D5; }
span { border-color: rgb(250,164,213); }
td.TdClassName
{
border-color: #FAA4D5;
}
.TagClassName
{
border-color: #FAA4D5;
}
</style>