Shades of Carnation Pink #FAA3C9
Tints of Carnation Pink #FAA3C9
RGB
CMYK
RGB Variations
Color information
#FAA3C9 (or 0xFAA3C9) is known color: Carnation Pink. HEX triplet: FA, A3 and C9. RGB value is (250,163,201). Sum of RGB (Red+Green+Blue) = 250+163+201=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C9 is #055C36. Grayscale: #C1C1C1. Windows color (decimal): -351287 or 13214714. OLE color: 13214714.
HSL color Cylindrical-coordinate representation of color #FAA3C9: hue angle of 333.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3C9 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 201 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.02 |
| HSL | 333.79º | 0.9% | 0.81% | - |
| HSV(B) | 333.79º | 0.35% | 0.98% | - |
| XYZ | 63.06 | 50.74 | 61.73 | - |
| YUV | 193.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 201 | 0 | 0.35 | 0.20 | 0.02 | 333.79 | 0.9 | 0.81 |
| Hex | FA | A3 | C9 | 0 | 23 | 14 | 2 | 14E | 5A | 51 |
| Octal | 372 | 243 | 311 | 0 | 43 | 24 | 2 | 516 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11001001 | 0 | 100011 | 10100 | 10 | 101001110 | 1011010 | 1010001 |
Color Harmonies of #FAA3C9
Complementary color
Monochromatic Colors of #FAA3C9
Black with #FAA3C9
Text Example
Text Example
White with #FAA3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3C9; }
p { color: rgb(250,163,201); }
H1.HeaderClassName
{
color: #FAA3C9;
}
.AnyTagClassName
{
color: #FAA3C9;
}
</style>
background-color css
<style>
a { background-color: #FAA3C9; }
a { background-color: rgb(250,163,201); }
div.DivClassName
{
background-color: #FAA3C9;
}
.BgClassName
{
background-color: #FAA3C9;
}
</style>
border-color css
<style>
span { border-color: #FAA3C9; }
span { border-color: rgb(250,163,201); }
td.TdClassName
{
border-color: #FAA3C9;
}
.TagClassName
{
border-color: #FAA3C9;
}
</style>