Shades of Carnation Pink #FEA7C6
Tints of Carnation Pink #FEA7C6
RGB
CMYK
RGB Variations
Color information
#FEA7C6 (or 0xFEA7C6) is known color: Carnation Pink. HEX triplet: FE, A7 and C6. RGB value is (254,167,198). Sum of RGB (Red+Green+Blue) = 254+167+198=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7C6 is #015839. Grayscale: #C4C4C4. Windows color (decimal): -88122 or 13019134. OLE color: 13019134.
HSL color Cylindrical-coordinate representation of color #FEA7C6: hue angle of 338.62º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7C6 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 198 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.00 |
| HSL | 338.62º | 0.98% | 0.83% | - |
| HSV(B) | 338.62º | 0.34% | 1% | - |
| XYZ | 64.88 | 52.79 | 60.19 | - |
| YUV | 196.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 198 | 0 | 0.34 | 0.22 | 0.00 | 338.62 | 0.98 | 0.83 |
| Hex | FE | A7 | C6 | 0 | 22 | 16 | 0 | 153 | 62 | 53 |
| Octal | 376 | 247 | 306 | 0 | 42 | 26 | 0 | 523 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11000110 | 0 | 100010 | 10110 | 0 | 101010011 | 1100010 | 1010011 |
Color Harmonies of #FEA7C6
Complementary color
Monochromatic Colors of #FEA7C6
Black with #FEA7C6
Text Example
Text Example
White with #FEA7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7C6; }
p { color: rgb(254,167,198); }
H1.HeaderClassName
{
color: #FEA7C6;
}
.AnyTagClassName
{
color: #FEA7C6;
}
</style>
background-color css
<style>
a { background-color: #FEA7C6; }
a { background-color: rgb(254,167,198); }
div.DivClassName
{
background-color: #FEA7C6;
}
.BgClassName
{
background-color: #FEA7C6;
}
</style>
border-color css
<style>
span { border-color: #FEA7C6; }
span { border-color: rgb(254,167,198); }
td.TdClassName
{
border-color: #FEA7C6;
}
.TagClassName
{
border-color: #FEA7C6;
}
</style>