Shades of Carnation Pink #FAA3C6
Tints of Carnation Pink #FAA3C6
RGB
CMYK
RGB Variations
Color information
#FAA3C6 (or 0xFAA3C6) is known color: Carnation Pink. HEX triplet: FA, A3 and C6. RGB value is (250,163,198). Sum of RGB (Red+Green+Blue) = 250+163+198=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C6 is #055C39. Grayscale: #C0C0C0. Windows color (decimal): -351290 or 13018106. OLE color: 13018106.
HSL color Cylindrical-coordinate representation of color #FAA3C6: hue angle of 335.86º 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 #FAA3C6 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 198 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.02 |
| HSL | 335.86º | 0.9% | 0.81% | - |
| HSV(B) | 335.86º | 0.35% | 0.98% | - |
| XYZ | 62.71 | 50.6 | 59.89 | - |
| YUV | 193 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 198 | 0 | 0.35 | 0.21 | 0.02 | 335.86 | 0.9 | 0.81 |
| Hex | FA | A3 | C6 | 0 | 23 | 15 | 2 | 150 | 5A | 51 |
| Octal | 372 | 243 | 306 | 0 | 43 | 25 | 2 | 520 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11000110 | 0 | 100011 | 10101 | 10 | 101010000 | 1011010 | 1010001 |
Color Harmonies of #FAA3C6
Complementary color
Monochromatic Colors of #FAA3C6
Black with #FAA3C6
Text Example
Text Example
White with #FAA3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3C6; }
p { color: rgb(250,163,198); }
H1.HeaderClassName
{
color: #FAA3C6;
}
.AnyTagClassName
{
color: #FAA3C6;
}
</style>
background-color css
<style>
a { background-color: #FAA3C6; }
a { background-color: rgb(250,163,198); }
div.DivClassName
{
background-color: #FAA3C6;
}
.BgClassName
{
background-color: #FAA3C6;
}
</style>
border-color css
<style>
span { border-color: #FAA3C6; }
span { border-color: rgb(250,163,198); }
td.TdClassName
{
border-color: #FAA3C6;
}
.TagClassName
{
border-color: #FAA3C6;
}
</style>