Shades of Carnation Pink #FAA0BA
Tints of Carnation Pink #FAA0BA
RGB
CMYK
RGB Variations
Color information
#FAA0BA (or 0xFAA0BA) is known color: Carnation Pink. HEX triplet: FA, A0 and BA. RGB value is (250,160,186). Sum of RGB (Red+Green+Blue) = 250+160+186=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0BA is #055F45. Grayscale: #BDBDBD. Windows color (decimal): -352070 or 12230906. OLE color: 12230906.
HSL color Cylindrical-coordinate representation of color #FAA0BA: hue angle of 342.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0BA is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 186 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.02 |
| HSL | 342.67º | 0.9% | 0.8% | - |
| HSV(B) | 342.67º | 0.36% | 0.98% | - |
| XYZ | 60.86 | 49.01 | 52.71 | - |
| YUV | 189.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 186 | 0 | 0.36 | 0.26 | 0.02 | 342.67 | 0.9 | 0.8 |
| Hex | FA | A0 | BA | 0 | 24 | 1A | 2 | 157 | 5A | 50 |
| Octal | 372 | 240 | 272 | 0 | 44 | 32 | 2 | 527 | 132 | 120 |
| Binary | 11111010 | 10100000 | 10111010 | 0 | 100100 | 11010 | 10 | 101010111 | 1011010 | 1010000 |
Color Harmonies of #FAA0BA
Complementary color
Monochromatic Colors of #FAA0BA
Black with #FAA0BA
Text Example
Text Example
White with #FAA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0BA; }
p { color: rgb(250,160,186); }
H1.HeaderClassName
{
color: #FAA0BA;
}
.AnyTagClassName
{
color: #FAA0BA;
}
</style>
background-color css
<style>
a { background-color: #FAA0BA; }
a { background-color: rgb(250,160,186); }
div.DivClassName
{
background-color: #FAA0BA;
}
.BgClassName
{
background-color: #FAA0BA;
}
</style>
border-color css
<style>
span { border-color: #FAA0BA; }
span { border-color: rgb(250,160,186); }
td.TdClassName
{
border-color: #FAA0BA;
}
.TagClassName
{
border-color: #FAA0BA;
}
</style>