Shades of Carnation Pink #FAA6C5
Tints of Carnation Pink #FAA6C5
RGB
CMYK
RGB Variations
Color information
#FAA6C5 (or 0xFAA6C5) is known color: Carnation Pink. HEX triplet: FA, A6 and C5. RGB value is (250,166,197). Sum of RGB (Red+Green+Blue) = 250+166+197=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C5 is #05593A. Grayscale: #C2C2C2. Windows color (decimal): -350523 or 12953338. OLE color: 12953338.
HSL color Cylindrical-coordinate representation of color #FAA6C5: hue angle of 337.86º 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 #FAA6C5 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 197 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.02 |
| HSL | 337.86º | 0.89% | 0.82% | - |
| HSV(B) | 337.86º | 0.34% | 0.98% | - |
| XYZ | 63.14 | 51.63 | 59.46 | - |
| YUV | 194.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 197 | 0 | 0.34 | 0.21 | 0.02 | 337.86 | 0.89 | 0.82 |
| Hex | FA | A6 | C5 | 0 | 22 | 15 | 2 | 152 | 59 | 52 |
| Octal | 372 | 246 | 305 | 0 | 42 | 25 | 2 | 522 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11000101 | 0 | 100010 | 10101 | 10 | 101010010 | 1011001 | 1010010 |
Color Harmonies of #FAA6C5
Complementary color
Monochromatic Colors of #FAA6C5
Black with #FAA6C5
Text Example
Text Example
White with #FAA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6C5; }
p { color: rgb(250,166,197); }
H1.HeaderClassName
{
color: #FAA6C5;
}
.AnyTagClassName
{
color: #FAA6C5;
}
</style>
background-color css
<style>
a { background-color: #FAA6C5; }
a { background-color: rgb(250,166,197); }
div.DivClassName
{
background-color: #FAA6C5;
}
.BgClassName
{
background-color: #FAA6C5;
}
</style>
border-color css
<style>
span { border-color: #FAA6C5; }
span { border-color: rgb(250,166,197); }
td.TdClassName
{
border-color: #FAA6C5;
}
.TagClassName
{
border-color: #FAA6C5;
}
</style>