Shades of Carnation Pink #F7AAC8
Tints of Carnation Pink #F7AAC8
RGB
CMYK
RGB Variations
Color information
#F7AAC8 (or 0xF7AAC8) is known color: Carnation Pink. HEX triplet: F7, AA and C8. RGB value is (247,170,200). Sum of RGB (Red+Green+Blue) = 247+170+200=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC8 is #085537. Grayscale: #C4C4C4. Windows color (decimal): -546104 or 13150967. OLE color: 13150967.
HSL color Cylindrical-coordinate representation of color #F7AAC8: hue angle of 336.62º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAC8 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 200 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.03 |
| HSL | 336.62º | 0.83% | 0.82% | - |
| HSV(B) | 336.62º | 0.31% | 0.97% | - |
| XYZ | 63.16 | 52.69 | 61.49 | - |
| YUV | 196.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 200 | 0 | 0.31 | 0.19 | 0.03 | 336.62 | 0.83 | 0.82 |
| Hex | F7 | AA | C8 | 0 | 1F | 13 | 3 | 151 | 53 | 52 |
| Octal | 367 | 252 | 310 | 0 | 37 | 23 | 3 | 521 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11001000 | 0 | 11111 | 10011 | 11 | 101010001 | 1010011 | 1010010 |
Color Harmonies of #F7AAC8
Complementary color
Monochromatic Colors of #F7AAC8
Black with #F7AAC8
Text Example
Text Example
White with #F7AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAC8; }
p { color: rgb(247,170,200); }
H1.HeaderClassName
{
color: #F7AAC8;
}
.AnyTagClassName
{
color: #F7AAC8;
}
</style>
background-color css
<style>
a { background-color: #F7AAC8; }
a { background-color: rgb(247,170,200); }
div.DivClassName
{
background-color: #F7AAC8;
}
.BgClassName
{
background-color: #F7AAC8;
}
</style>
border-color css
<style>
span { border-color: #F7AAC8; }
span { border-color: rgb(247,170,200); }
td.TdClassName
{
border-color: #F7AAC8;
}
.TagClassName
{
border-color: #F7AAC8;
}
</style>