Shades of Carnation Pink #F7A6CC
Tints of Carnation Pink #F7A6CC
RGB
CMYK
RGB Variations
Color information
#F7A6CC (or 0xF7A6CC) is known color: Carnation Pink. HEX triplet: F7, A6 and CC. RGB value is (247,166,204). Sum of RGB (Red+Green+Blue) = 247+166+204=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6CC is #085933. Grayscale: #C2C2C2. Windows color (decimal): -547124 or 13412087. OLE color: 13412087.
HSL color Cylindrical-coordinate representation of color #F7A6CC: hue angle of 331.85º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A6CC is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 204 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.03 |
| HSL | 331.85º | 0.84% | 0.81% | - |
| HSV(B) | 331.85º | 0.33% | 0.97% | - |
| XYZ | 62.89 | 51.41 | 63.73 | - |
| YUV | 194.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 204 | 0 | 0.33 | 0.17 | 0.03 | 331.85 | 0.84 | 0.81 |
| Hex | F7 | A6 | CC | 0 | 21 | 11 | 3 | 14C | 54 | 51 |
| Octal | 367 | 246 | 314 | 0 | 41 | 21 | 3 | 514 | 124 | 121 |
| Binary | 11110111 | 10100110 | 11001100 | 0 | 100001 | 10001 | 11 | 101001100 | 1010100 | 1010001 |
Color Harmonies of #F7A6CC
Complementary color
Monochromatic Colors of #F7A6CC
Black with #F7A6CC
Text Example
Text Example
White with #F7A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A6CC; }
p { color: rgb(247,166,204); }
H1.HeaderClassName
{
color: #F7A6CC;
}
.AnyTagClassName
{
color: #F7A6CC;
}
</style>
background-color css
<style>
a { background-color: #F7A6CC; }
a { background-color: rgb(247,166,204); }
div.DivClassName
{
background-color: #F7A6CC;
}
.BgClassName
{
background-color: #F7A6CC;
}
</style>
border-color css
<style>
span { border-color: #F7A6CC; }
span { border-color: rgb(247,166,204); }
td.TdClassName
{
border-color: #F7A6CC;
}
.TagClassName
{
border-color: #F7A6CC;
}
</style>