Shades of Carnation Pink #FAA9C8
Tints of Carnation Pink #FAA9C8
RGB
CMYK
RGB Variations
Color information
#FAA9C8 (or 0xFAA9C8) is known color: Carnation Pink. HEX triplet: FA, A9 and C8. RGB value is (250,169,200). Sum of RGB (Red+Green+Blue) = 250+169+200=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C8 is #055637. Grayscale: #C4C4C4. Windows color (decimal): -349752 or 13150714. OLE color: 13150714.
HSL color Cylindrical-coordinate representation of color #FAA9C8: hue angle of 337.04º 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 #FAA9C8 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 200 | - |
| CMYK | 0 | 0.32 | 0.2 | 0.02 |
| HSL | 337.04º | 0.89% | 0.82% | - |
| HSV(B) | 337.04º | 0.32% | 0.98% | - |
| XYZ | 64.04 | 52.87 | 61.47 | - |
| YUV | 196.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 200 | 0 | 0.32 | 0.2 | 0.02 | 337.04 | 0.89 | 0.82 |
| Hex | FA | A9 | C8 | 0 | 20 | 14 | 2 | 151 | 59 | 52 |
| Octal | 372 | 251 | 310 | 0 | 40 | 24 | 2 | 521 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11001000 | 0 | 100000 | 10100 | 10 | 101010001 | 1011001 | 1010010 |
Color Harmonies of #FAA9C8
Complementary color
Monochromatic Colors of #FAA9C8
Black with #FAA9C8
Text Example
Text Example
White with #FAA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9C8; }
p { color: rgb(250,169,200); }
H1.HeaderClassName
{
color: #FAA9C8;
}
.AnyTagClassName
{
color: #FAA9C8;
}
</style>
background-color css
<style>
a { background-color: #FAA9C8; }
a { background-color: rgb(250,169,200); }
div.DivClassName
{
background-color: #FAA9C8;
}
.BgClassName
{
background-color: #FAA9C8;
}
</style>
border-color css
<style>
span { border-color: #FAA9C8; }
span { border-color: rgb(250,169,200); }
td.TdClassName
{
border-color: #FAA9C8;
}
.TagClassName
{
border-color: #FAA9C8;
}
</style>