Shades of Carnation Pink #FAA7C2
Tints of Carnation Pink #FAA7C2
RGB
CMYK
RGB Variations
Color information
#FAA7C2 (or 0xFAA7C2) is known color: Carnation Pink. HEX triplet: FA, A7 and C2. RGB value is (250,167,194). Sum of RGB (Red+Green+Blue) = 250+167+194=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7C2 is #05583D. Grayscale: #C2C2C2. Windows color (decimal): -350270 or 12756986. OLE color: 12756986.
HSL color Cylindrical-coordinate representation of color #FAA7C2: hue angle of 340.48º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7C2 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 194 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.02 |
| HSL | 340.48º | 0.89% | 0.82% | - |
| HSV(B) | 340.48º | 0.33% | 0.98% | - |
| XYZ | 62.98 | 51.86 | 57.73 | - |
| YUV | 194.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 194 | 0 | 0.33 | 0.22 | 0.02 | 340.48 | 0.89 | 0.82 |
| Hex | FA | A7 | C2 | 0 | 21 | 16 | 2 | 154 | 59 | 52 |
| Octal | 372 | 247 | 302 | 0 | 41 | 26 | 2 | 524 | 131 | 122 |
| Binary | 11111010 | 10100111 | 11000010 | 0 | 100001 | 10110 | 10 | 101010100 | 1011001 | 1010010 |
Color Harmonies of #FAA7C2
Complementary color
Monochromatic Colors of #FAA7C2
Black with #FAA7C2
Text Example
Text Example
White with #FAA7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7C2; }
p { color: rgb(250,167,194); }
H1.HeaderClassName
{
color: #FAA7C2;
}
.AnyTagClassName
{
color: #FAA7C2;
}
</style>
background-color css
<style>
a { background-color: #FAA7C2; }
a { background-color: rgb(250,167,194); }
div.DivClassName
{
background-color: #FAA7C2;
}
.BgClassName
{
background-color: #FAA7C2;
}
</style>
border-color css
<style>
span { border-color: #FAA7C2; }
span { border-color: rgb(250,167,194); }
td.TdClassName
{
border-color: #FAA7C2;
}
.TagClassName
{
border-color: #FAA7C2;
}
</style>