Shades of Carnation Pink #FEA6C6
Tints of Carnation Pink #FEA6C6
RGB
CMYK
RGB Variations
Color information
#FEA6C6 (or 0xFEA6C6) is known color: Carnation Pink. HEX triplet: FE, A6 and C6. RGB value is (254,166,198). Sum of RGB (Red+Green+Blue) = 254+166+198=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C6 is #015939. Grayscale: #C3C3C3. Windows color (decimal): -88378 or 13018878. OLE color: 13018878.
HSL color Cylindrical-coordinate representation of color #FEA6C6: hue angle of 338.18º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6C6 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 198 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.00 |
| HSL | 338.18º | 0.98% | 0.82% | - |
| HSV(B) | 338.18º | 0.35% | 1% | - |
| XYZ | 64.7 | 52.42 | 60.13 | - |
| YUV | 195.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 198 | 0 | 0.35 | 0.22 | 0.00 | 338.18 | 0.98 | 0.82 |
| Hex | FE | A6 | C6 | 0 | 23 | 16 | 0 | 152 | 62 | 52 |
| Octal | 376 | 246 | 306 | 0 | 43 | 26 | 0 | 522 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11000110 | 0 | 100011 | 10110 | 0 | 101010010 | 1100010 | 1010010 |
Color Harmonies of #FEA6C6
Complementary color
Monochromatic Colors of #FEA6C6
Black with #FEA6C6
Text Example
Text Example
White with #FEA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6C6; }
p { color: rgb(254,166,198); }
H1.HeaderClassName
{
color: #FEA6C6;
}
.AnyTagClassName
{
color: #FEA6C6;
}
</style>
background-color css
<style>
a { background-color: #FEA6C6; }
a { background-color: rgb(254,166,198); }
div.DivClassName
{
background-color: #FEA6C6;
}
.BgClassName
{
background-color: #FEA6C6;
}
</style>
border-color css
<style>
span { border-color: #FEA6C6; }
span { border-color: rgb(254,166,198); }
td.TdClassName
{
border-color: #FEA6C6;
}
.TagClassName
{
border-color: #FEA6C6;
}
</style>