Shades of Lavender Pink #FAB3CF
Tints of Lavender Pink #FAB3CF
RGB
CMYK
RGB Variations
Color information
#FAB3CF (or 0xFAB3CF) is known color: Lavender Pink. HEX triplet: FA, B3 and CF. RGB value is (250,179,207). Sum of RGB (Red+Green+Blue) = 250+179+207=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3CF is #054C30. Grayscale: #CBCBCB. Windows color (decimal): -347185 or 13612026. OLE color: 13612026.
HSL color Cylindrical-coordinate representation of color #FAB3CF: hue angle of 336.34º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3CF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 207 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.02 |
| HSL | 336.34º | 0.88% | 0.84% | - |
| HSV(B) | 336.34º | 0.28% | 0.98% | - |
| XYZ | 66.81 | 57.07 | 66.53 | - |
| YUV | 203.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 207 | 0 | 0.28 | 0.17 | 0.02 | 336.34 | 0.88 | 0.84 |
| Hex | FA | B3 | CF | 0 | 1C | 11 | 2 | 150 | 58 | 54 |
| Octal | 372 | 263 | 317 | 0 | 34 | 21 | 2 | 520 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11001111 | 0 | 11100 | 10001 | 10 | 101010000 | 1011000 | 1010100 |
Color Harmonies of #FAB3CF
Complementary color
Monochromatic Colors of #FAB3CF
Black with #FAB3CF
Text Example
Text Example
White with #FAB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3CF; }
p { color: rgb(250,179,207); }
H1.HeaderClassName
{
color: #FAB3CF;
}
.AnyTagClassName
{
color: #FAB3CF;
}
</style>
background-color css
<style>
a { background-color: #FAB3CF; }
a { background-color: rgb(250,179,207); }
div.DivClassName
{
background-color: #FAB3CF;
}
.BgClassName
{
background-color: #FAB3CF;
}
</style>
border-color css
<style>
span { border-color: #FAB3CF; }
span { border-color: rgb(250,179,207); }
td.TdClassName
{
border-color: #FAB3CF;
}
.TagClassName
{
border-color: #FAB3CF;
}
</style>