Shades of Carnation Pink #FAA2C0
Tints of Carnation Pink #FAA2C0
RGB
CMYK
RGB Variations
Color information
#FAA2C0 (or 0xFAA2C0) is known color: Carnation Pink. HEX triplet: FA, A2 and C0. RGB value is (250,162,192). Sum of RGB (Red+Green+Blue) = 250+162+192=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2C0 is #055D3F. Grayscale: #BFBFBF. Windows color (decimal): -351552 or 12624634. OLE color: 12624634.
HSL color Cylindrical-coordinate representation of color #FAA2C0: hue angle of 339.55º 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 #FAA2C0 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 192 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.02 |
| HSL | 339.55º | 0.9% | 0.81% | - |
| HSV(B) | 339.55º | 0.35% | 0.98% | - |
| XYZ | 61.86 | 49.97 | 56.25 | - |
| YUV | 191.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 192 | 0 | 0.35 | 0.23 | 0.02 | 339.55 | 0.9 | 0.81 |
| Hex | FA | A2 | C0 | 0 | 23 | 17 | 2 | 154 | 5A | 51 |
| Octal | 372 | 242 | 300 | 0 | 43 | 27 | 2 | 524 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11000000 | 0 | 100011 | 10111 | 10 | 101010100 | 1011010 | 1010001 |
Color Harmonies of #FAA2C0
Complementary color
Monochromatic Colors of #FAA2C0
Black with #FAA2C0
Text Example
Text Example
White with #FAA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2C0; }
p { color: rgb(250,162,192); }
H1.HeaderClassName
{
color: #FAA2C0;
}
.AnyTagClassName
{
color: #FAA2C0;
}
</style>
background-color css
<style>
a { background-color: #FAA2C0; }
a { background-color: rgb(250,162,192); }
div.DivClassName
{
background-color: #FAA2C0;
}
.BgClassName
{
background-color: #FAA2C0;
}
</style>
border-color css
<style>
span { border-color: #FAA2C0; }
span { border-color: rgb(250,162,192); }
td.TdClassName
{
border-color: #FAA2C0;
}
.TagClassName
{
border-color: #FAA2C0;
}
</style>