Shades of Carnation Pink #FAABC7
Tints of Carnation Pink #FAABC7
RGB
CMYK
RGB Variations
Color information
#FAABC7 (or 0xFAABC7) is known color: Carnation Pink. HEX triplet: FA, AB and C7. RGB value is (250,171,199). Sum of RGB (Red+Green+Blue) = 250+171+199=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC7 is #055438. Grayscale: #C5C5C5. Windows color (decimal): -349241 or 13085690. OLE color: 13085690.
HSL color Cylindrical-coordinate representation of color #FAABC7: hue angle of 338.73º 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 #FAABC7 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 199 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.02 |
| HSL | 338.73º | 0.89% | 0.83% | - |
| HSV(B) | 338.73º | 0.32% | 0.98% | - |
| XYZ | 64.3 | 53.57 | 60.98 | - |
| YUV | 197.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 199 | 0 | 0.32 | 0.20 | 0.02 | 338.73 | 0.89 | 0.83 |
| Hex | FA | AB | C7 | 0 | 20 | 14 | 2 | 153 | 59 | 53 |
| Octal | 372 | 253 | 307 | 0 | 40 | 24 | 2 | 523 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11000111 | 0 | 100000 | 10100 | 10 | 101010011 | 1011001 | 1010011 |
Color Harmonies of #FAABC7
Complementary color
Monochromatic Colors of #FAABC7
Black with #FAABC7
Text Example
Text Example
White with #FAABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC7; }
p { color: rgb(250,171,199); }
H1.HeaderClassName
{
color: #FAABC7;
}
.AnyTagClassName
{
color: #FAABC7;
}
</style>
background-color css
<style>
a { background-color: #FAABC7; }
a { background-color: rgb(250,171,199); }
div.DivClassName
{
background-color: #FAABC7;
}
.BgClassName
{
background-color: #FAABC7;
}
</style>
border-color css
<style>
span { border-color: #FAABC7; }
span { border-color: rgb(250,171,199); }
td.TdClassName
{
border-color: #FAABC7;
}
.TagClassName
{
border-color: #FAABC7;
}
</style>