Shades of Lavender Pink #FAA4CF
Tints of Lavender Pink #FAA4CF
RGB
CMYK
RGB Variations
Color information
#FAA4CF (or 0xFAA4CF) is known color: Lavender Pink. HEX triplet: FA, A4 and CF. RGB value is (250,164,207). Sum of RGB (Red+Green+Blue) = 250+164+207=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4CF is #055B30. Grayscale: #C2C2C2. Windows color (decimal): -351025 or 13608186. OLE color: 13608186.
HSL color Cylindrical-coordinate representation of color #FAA4CF: hue angle of 330º 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 #FAA4CF is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 207 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.02 |
| HSL | 330º | 0.9% | 0.81% | - |
| HSV(B) | 330º | 0.34% | 0.98% | - |
| XYZ | 63.96 | 51.38 | 65.58 | - |
| YUV | 194.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 207 | 0 | 0.34 | 0.17 | 0.02 | 330 | 0.9 | 0.81 |
| Hex | FA | A4 | CF | 0 | 22 | 11 | 2 | 14A | 5A | 51 |
| Octal | 372 | 244 | 317 | 0 | 42 | 21 | 2 | 512 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11001111 | 0 | 100010 | 10001 | 10 | 101001010 | 1011010 | 1010001 |
Color Harmonies of #FAA4CF
Complementary color
Monochromatic Colors of #FAA4CF
Black with #FAA4CF
Text Example
Text Example
White with #FAA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4CF; }
p { color: rgb(250,164,207); }
H1.HeaderClassName
{
color: #FAA4CF;
}
.AnyTagClassName
{
color: #FAA4CF;
}
</style>
background-color css
<style>
a { background-color: #FAA4CF; }
a { background-color: rgb(250,164,207); }
div.DivClassName
{
background-color: #FAA4CF;
}
.BgClassName
{
background-color: #FAA4CF;
}
</style>
border-color css
<style>
span { border-color: #FAA4CF; }
span { border-color: rgb(250,164,207); }
td.TdClassName
{
border-color: #FAA4CF;
}
.TagClassName
{
border-color: #FAA4CF;
}
</style>