Shades of Carnation Pink #F8A6C2
Tints of Carnation Pink #F8A6C2
RGB
CMYK
RGB Variations
Color information
#F8A6C2 (or 0xF8A6C2) is known color: Carnation Pink. HEX triplet: F8, A6 and C2. RGB value is (248,166,194). Sum of RGB (Red+Green+Blue) = 248+166+194=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6C2 is #07593D. Grayscale: #C1C1C1. Windows color (decimal): -481598 or 12756728. OLE color: 12756728.
HSL color Cylindrical-coordinate representation of color #F8A6C2: hue angle of 339.51º degrees, saturation: 0.85, 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 #F8A6C2 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 194 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.03 |
| HSL | 339.51º | 0.85% | 0.81% | - |
| HSV(B) | 339.51º | 0.33% | 0.97% | - |
| XYZ | 62.09 | 51.12 | 57.63 | - |
| YUV | 193.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 194 | 0 | 0.33 | 0.22 | 0.03 | 339.51 | 0.85 | 0.81 |
| Hex | F8 | A6 | C2 | 0 | 21 | 16 | 3 | 154 | 55 | 51 |
| Octal | 370 | 246 | 302 | 0 | 41 | 26 | 3 | 524 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11000010 | 0 | 100001 | 10110 | 11 | 101010100 | 1010101 | 1010001 |
Color Harmonies of #F8A6C2
Complementary color
Monochromatic Colors of #F8A6C2
Black with #F8A6C2
Text Example
Text Example
White with #F8A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6C2; }
p { color: rgb(248,166,194); }
H1.HeaderClassName
{
color: #F8A6C2;
}
.AnyTagClassName
{
color: #F8A6C2;
}
</style>
background-color css
<style>
a { background-color: #F8A6C2; }
a { background-color: rgb(248,166,194); }
div.DivClassName
{
background-color: #F8A6C2;
}
.BgClassName
{
background-color: #F8A6C2;
}
</style>
border-color css
<style>
span { border-color: #F8A6C2; }
span { border-color: rgb(248,166,194); }
td.TdClassName
{
border-color: #F8A6C2;
}
.TagClassName
{
border-color: #F8A6C2;
}
</style>