Shades of Carnation Pink #F8A6C1
Tints of Carnation Pink #F8A6C1
RGB
CMYK
RGB Variations
Color information
#F8A6C1 (or 0xF8A6C1) is known color: Carnation Pink. HEX triplet: F8, A6 and C1. RGB value is (248,166,193). Sum of RGB (Red+Green+Blue) = 248+166+193=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6C1 is #07593E. Grayscale: #C1C1C1. Windows color (decimal): -481599 or 12691192. OLE color: 12691192.
HSL color Cylindrical-coordinate representation of color #F8A6C1: hue angle of 340.24º 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 #F8A6C1 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 193 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.03 |
| HSL | 340.24º | 0.85% | 0.81% | - |
| HSV(B) | 340.24º | 0.33% | 0.97% | - |
| XYZ | 61.97 | 51.08 | 57.04 | - |
| YUV | 193.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 193 | 0 | 0.33 | 0.22 | 0.03 | 340.24 | 0.85 | 0.81 |
| Hex | F8 | A6 | C1 | 0 | 21 | 16 | 3 | 154 | 55 | 51 |
| Octal | 370 | 246 | 301 | 0 | 41 | 26 | 3 | 524 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11000001 | 0 | 100001 | 10110 | 11 | 101010100 | 1010101 | 1010001 |
Color Harmonies of #F8A6C1
Complementary color
Monochromatic Colors of #F8A6C1
Black with #F8A6C1
Text Example
Text Example
White with #F8A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6C1; }
p { color: rgb(248,166,193); }
H1.HeaderClassName
{
color: #F8A6C1;
}
.AnyTagClassName
{
color: #F8A6C1;
}
</style>
background-color css
<style>
a { background-color: #F8A6C1; }
a { background-color: rgb(248,166,193); }
div.DivClassName
{
background-color: #F8A6C1;
}
.BgClassName
{
background-color: #F8A6C1;
}
</style>
border-color css
<style>
span { border-color: #F8A6C1; }
span { border-color: rgb(248,166,193); }
td.TdClassName
{
border-color: #F8A6C1;
}
.TagClassName
{
border-color: #F8A6C1;
}
</style>