Shades of Carnation Pink #FAACC9
Tints of Carnation Pink #FAACC9
RGB
CMYK
RGB Variations
Color information
#FAACC9 (or 0xFAACC9) is known color: Carnation Pink. HEX triplet: FA, AC and C9. RGB value is (250,172,201). Sum of RGB (Red+Green+Blue) = 250+172+201=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC9 is #055336. Grayscale: #C6C6C6. Windows color (decimal): -348983 or 13217018. OLE color: 13217018.
HSL color Cylindrical-coordinate representation of color #FAACC9: hue angle of 337.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACC9 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 201 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.02 |
| HSL | 337.69º | 0.89% | 0.83% | - |
| HSV(B) | 337.69º | 0.31% | 0.98% | - |
| XYZ | 64.72 | 54.05 | 62.28 | - |
| YUV | 198.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 201 | 0 | 0.31 | 0.20 | 0.02 | 337.69 | 0.89 | 0.83 |
| Hex | FA | AC | C9 | 0 | 1F | 14 | 2 | 152 | 59 | 53 |
| Octal | 372 | 254 | 311 | 0 | 37 | 24 | 2 | 522 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11001001 | 0 | 11111 | 10100 | 10 | 101010010 | 1011001 | 1010011 |
Color Harmonies of #FAACC9
Complementary color
Monochromatic Colors of #FAACC9
Black with #FAACC9
Text Example
Text Example
White with #FAACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACC9; }
p { color: rgb(250,172,201); }
H1.HeaderClassName
{
color: #FAACC9;
}
.AnyTagClassName
{
color: #FAACC9;
}
</style>
background-color css
<style>
a { background-color: #FAACC9; }
a { background-color: rgb(250,172,201); }
div.DivClassName
{
background-color: #FAACC9;
}
.BgClassName
{
background-color: #FAACC9;
}
</style>
border-color css
<style>
span { border-color: #FAACC9; }
span { border-color: rgb(250,172,201); }
td.TdClassName
{
border-color: #FAACC9;
}
.TagClassName
{
border-color: #FAACC9;
}
</style>