Shades of Carnation Pink #FAA0C1
Tints of Carnation Pink #FAA0C1
RGB
CMYK
RGB Variations
Color information
#FAA0C1 (or 0xFAA0C1) is known color: Carnation Pink. HEX triplet: FA, A0 and C1. RGB value is (250,160,193). Sum of RGB (Red+Green+Blue) = 250+160+193=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0C1 is #055F3E. Grayscale: #BEBEBE. Windows color (decimal): -352063 or 12689658. OLE color: 12689658.
HSL color Cylindrical-coordinate representation of color #FAA0C1: hue angle of 338º 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 #FAA0C1 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 193 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.02 |
| HSL | 338º | 0.9% | 0.8% | - |
| HSV(B) | 338º | 0.36% | 0.98% | - |
| XYZ | 61.62 | 49.32 | 56.72 | - |
| YUV | 190.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 193 | 0 | 0.36 | 0.23 | 0.02 | 338 | 0.9 | 0.8 |
| Hex | FA | A0 | C1 | 0 | 24 | 17 | 2 | 152 | 5A | 50 |
| Octal | 372 | 240 | 301 | 0 | 44 | 27 | 2 | 522 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11000001 | 0 | 100100 | 10111 | 10 | 101010010 | 1011010 | 1010000 |
Color Harmonies of #FAA0C1
Complementary color
Monochromatic Colors of #FAA0C1
Black with #FAA0C1
Text Example
Text Example
White with #FAA0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0C1; }
p { color: rgb(250,160,193); }
H1.HeaderClassName
{
color: #FAA0C1;
}
.AnyTagClassName
{
color: #FAA0C1;
}
</style>
background-color css
<style>
a { background-color: #FAA0C1; }
a { background-color: rgb(250,160,193); }
div.DivClassName
{
background-color: #FAA0C1;
}
.BgClassName
{
background-color: #FAA0C1;
}
</style>
border-color css
<style>
span { border-color: #FAA0C1; }
span { border-color: rgb(250,160,193); }
td.TdClassName
{
border-color: #FAA0C1;
}
.TagClassName
{
border-color: #FAA0C1;
}
</style>