Shades of Carnation Pink #FAA6C0
Tints of Carnation Pink #FAA6C0
RGB
CMYK
RGB Variations
Color information
#FAA6C0 (or 0xFAA6C0) is known color: Carnation Pink. HEX triplet: FA, A6 and C0. RGB value is (250,166,192). Sum of RGB (Red+Green+Blue) = 250+166+192=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C0 is #05593F. Grayscale: #C2C2C2. Windows color (decimal): -350528 or 12625658. OLE color: 12625658.
HSL color Cylindrical-coordinate representation of color #FAA6C0: hue angle of 341.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6C0 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 192 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.02 |
| HSL | 341.43º | 0.89% | 0.82% | - |
| HSV(B) | 341.43º | 0.34% | 0.98% | - |
| XYZ | 62.57 | 51.4 | 56.49 | - |
| YUV | 194.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 192 | 0 | 0.34 | 0.23 | 0.02 | 341.43 | 0.89 | 0.82 |
| Hex | FA | A6 | C0 | 0 | 22 | 17 | 2 | 155 | 59 | 52 |
| Octal | 372 | 246 | 300 | 0 | 42 | 27 | 2 | 525 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11000000 | 0 | 100010 | 10111 | 10 | 101010101 | 1011001 | 1010010 |
Color Harmonies of #FAA6C0
Complementary color
Monochromatic Colors of #FAA6C0
Black with #FAA6C0
Text Example
Text Example
White with #FAA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6C0; }
p { color: rgb(250,166,192); }
H1.HeaderClassName
{
color: #FAA6C0;
}
.AnyTagClassName
{
color: #FAA6C0;
}
</style>
background-color css
<style>
a { background-color: #FAA6C0; }
a { background-color: rgb(250,166,192); }
div.DivClassName
{
background-color: #FAA6C0;
}
.BgClassName
{
background-color: #FAA6C0;
}
</style>
border-color css
<style>
span { border-color: #FAA6C0; }
span { border-color: rgb(250,166,192); }
td.TdClassName
{
border-color: #FAA6C0;
}
.TagClassName
{
border-color: #FAA6C0;
}
</style>