Shades of Carnation Pink #FAA9CA
Tints of Carnation Pink #FAA9CA
RGB
CMYK
RGB Variations
Color information
#FAA9CA (or 0xFAA9CA) is known color: Carnation Pink. HEX triplet: FA, A9 and CA. RGB value is (250,169,202). Sum of RGB (Red+Green+Blue) = 250+169+202=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9CA is #055635. Grayscale: #C4C4C4. Windows color (decimal): -349750 or 13281786. OLE color: 13281786.
HSL color Cylindrical-coordinate representation of color #FAA9CA: hue angle of 335.56º 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 #FAA9CA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 202 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.02 |
| HSL | 335.56º | 0.89% | 0.82% | - |
| HSV(B) | 335.56º | 0.32% | 0.98% | - |
| XYZ | 64.27 | 52.96 | 62.71 | - |
| YUV | 196.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 202 | 0 | 0.32 | 0.19 | 0.02 | 335.56 | 0.89 | 0.82 |
| Hex | FA | A9 | CA | 0 | 20 | 13 | 2 | 150 | 59 | 52 |
| Octal | 372 | 251 | 312 | 0 | 40 | 23 | 2 | 520 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11001010 | 0 | 100000 | 10011 | 10 | 101010000 | 1011001 | 1010010 |
Color Harmonies of #FAA9CA
Complementary color
Monochromatic Colors of #FAA9CA
Black with #FAA9CA
Text Example
Text Example
White with #FAA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9CA; }
p { color: rgb(250,169,202); }
H1.HeaderClassName
{
color: #FAA9CA;
}
.AnyTagClassName
{
color: #FAA9CA;
}
</style>
background-color css
<style>
a { background-color: #FAA9CA; }
a { background-color: rgb(250,169,202); }
div.DivClassName
{
background-color: #FAA9CA;
}
.BgClassName
{
background-color: #FAA9CA;
}
</style>
border-color css
<style>
span { border-color: #FAA9CA; }
span { border-color: rgb(250,169,202); }
td.TdClassName
{
border-color: #FAA9CA;
}
.TagClassName
{
border-color: #FAA9CA;
}
</style>