Shades of Carnation Pink #FAABC9
Tints of Carnation Pink #FAABC9
RGB
CMYK
RGB Variations
Color information
#FAABC9 (or 0xFAABC9) is known color: Carnation Pink. HEX triplet: FA, AB and C9. RGB value is (250,171,201). Sum of RGB (Red+Green+Blue) = 250+171+201=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC9 is #055436. Grayscale: #C6C6C6. Windows color (decimal): -349239 or 13216762. OLE color: 13216762.
HSL color Cylindrical-coordinate representation of color #FAABC9: hue angle of 337.22º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABC9 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 201 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.02 |
| HSL | 337.22º | 0.89% | 0.83% | - |
| HSV(B) | 337.22º | 0.32% | 0.98% | - |
| XYZ | 64.53 | 53.67 | 62.22 | - |
| YUV | 198.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 201 | 0 | 0.32 | 0.20 | 0.02 | 337.22 | 0.89 | 0.83 |
| Hex | FA | AB | C9 | 0 | 20 | 14 | 2 | 151 | 59 | 53 |
| Octal | 372 | 253 | 311 | 0 | 40 | 24 | 2 | 521 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11001001 | 0 | 100000 | 10100 | 10 | 101010001 | 1011001 | 1010011 |
Color Harmonies of #FAABC9
Complementary color
Monochromatic Colors of #FAABC9
Black with #FAABC9
Text Example
Text Example
White with #FAABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC9; }
p { color: rgb(250,171,201); }
H1.HeaderClassName
{
color: #FAABC9;
}
.AnyTagClassName
{
color: #FAABC9;
}
</style>
background-color css
<style>
a { background-color: #FAABC9; }
a { background-color: rgb(250,171,201); }
div.DivClassName
{
background-color: #FAABC9;
}
.BgClassName
{
background-color: #FAABC9;
}
</style>
border-color css
<style>
span { border-color: #FAABC9; }
span { border-color: rgb(250,171,201); }
td.TdClassName
{
border-color: #FAABC9;
}
.TagClassName
{
border-color: #FAABC9;
}
</style>