Shades of Carnation Pink #FAAAC9
Tints of Carnation Pink #FAAAC9
RGB
CMYK
RGB Variations
Color information
#FAAAC9 (or 0xFAAAC9) is known color: Carnation Pink. HEX triplet: FA, AA and C9. RGB value is (250,170,201). Sum of RGB (Red+Green+Blue) = 250+170+201=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAC9 is #055536. Grayscale: #C5C5C5. Windows color (decimal): -349495 or 13216506. OLE color: 13216506.
HSL color Cylindrical-coordinate representation of color #FAAAC9: hue angle of 336.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAC9 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 201 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.02 |
| HSL | 336.75º | 0.89% | 0.82% | - |
| HSV(B) | 336.75º | 0.32% | 0.98% | - |
| XYZ | 64.34 | 53.29 | 62.15 | - |
| YUV | 197.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 201 | 0 | 0.32 | 0.20 | 0.02 | 336.75 | 0.89 | 0.82 |
| Hex | FA | AA | C9 | 0 | 20 | 14 | 2 | 151 | 59 | 52 |
| Octal | 372 | 252 | 311 | 0 | 40 | 24 | 2 | 521 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11001001 | 0 | 100000 | 10100 | 10 | 101010001 | 1011001 | 1010010 |
Color Harmonies of #FAAAC9
Complementary color
Monochromatic Colors of #FAAAC9
Black with #FAAAC9
Text Example
Text Example
White with #FAAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAC9; }
p { color: rgb(250,170,201); }
H1.HeaderClassName
{
color: #FAAAC9;
}
.AnyTagClassName
{
color: #FAAAC9;
}
</style>
background-color css
<style>
a { background-color: #FAAAC9; }
a { background-color: rgb(250,170,201); }
div.DivClassName
{
background-color: #FAAAC9;
}
.BgClassName
{
background-color: #FAAAC9;
}
</style>
border-color css
<style>
span { border-color: #FAAAC9; }
span { border-color: rgb(250,170,201); }
td.TdClassName
{
border-color: #FAAAC9;
}
.TagClassName
{
border-color: #FAAAC9;
}
</style>