Shades of Carnation Pink #FAA0C0
Tints of Carnation Pink #FAA0C0
RGB
CMYK
RGB Variations
Color information
#FAA0C0 (or 0xFAA0C0) is known color: Carnation Pink. HEX triplet: FA, A0 and C0. RGB value is (250,160,192). Sum of RGB (Red+Green+Blue) = 250+160+192=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0C0 is #055F3F. Grayscale: #BEBEBE. Windows color (decimal): -352064 or 12624122. OLE color: 12624122.
HSL color Cylindrical-coordinate representation of color #FAA0C0: hue angle of 338.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 #FAA0C0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 192 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.02 |
| HSL | 338.67º | 0.9% | 0.8% | - |
| HSV(B) | 338.67º | 0.36% | 0.98% | - |
| XYZ | 61.51 | 49.27 | 56.14 | - |
| YUV | 190.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 192 | 0 | 0.36 | 0.23 | 0.02 | 338.67 | 0.9 | 0.8 |
| Hex | FA | A0 | C0 | 0 | 24 | 17 | 2 | 153 | 5A | 50 |
| Octal | 372 | 240 | 300 | 0 | 44 | 27 | 2 | 523 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11000000 | 0 | 100100 | 10111 | 10 | 101010011 | 1011010 | 1010000 |
Color Harmonies of #FAA0C0
Complementary color
Monochromatic Colors of #FAA0C0
Black with #FAA0C0
Text Example
Text Example
White with #FAA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0C0; }
p { color: rgb(250,160,192); }
H1.HeaderClassName
{
color: #FAA0C0;
}
.AnyTagClassName
{
color: #FAA0C0;
}
</style>
background-color css
<style>
a { background-color: #FAA0C0; }
a { background-color: rgb(250,160,192); }
div.DivClassName
{
background-color: #FAA0C0;
}
.BgClassName
{
background-color: #FAA0C0;
}
</style>
border-color css
<style>
span { border-color: #FAA0C0; }
span { border-color: rgb(250,160,192); }
td.TdClassName
{
border-color: #FAA0C0;
}
.TagClassName
{
border-color: #FAA0C0;
}
</style>