Shades of Carnation Pink #FEA8C6
Tints of Carnation Pink #FEA8C6
RGB
CMYK
RGB Variations
Color information
#FEA8C6 (or 0xFEA8C6) is known color: Carnation Pink. HEX triplet: FE, A8 and C6. RGB value is (254,168,198). Sum of RGB (Red+Green+Blue) = 254+168+198=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C6 is #015739. Grayscale: #C5C5C5. Windows color (decimal): -87866 or 13019390. OLE color: 13019390.
HSL color Cylindrical-coordinate representation of color #FEA8C6: hue angle of 339.07º 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 #FEA8C6 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 198 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.00 |
| HSL | 339.07º | 0.98% | 0.83% | - |
| HSV(B) | 339.07º | 0.34% | 1% | - |
| XYZ | 65.07 | 53.15 | 60.26 | - |
| YUV | 197.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 198 | 0 | 0.34 | 0.22 | 0.00 | 339.07 | 0.98 | 0.83 |
| Hex | FE | A8 | C6 | 0 | 22 | 16 | 0 | 153 | 62 | 53 |
| Octal | 376 | 250 | 306 | 0 | 42 | 26 | 0 | 523 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000110 | 0 | 100010 | 10110 | 0 | 101010011 | 1100010 | 1010011 |
Color Harmonies of #FEA8C6
Complementary color
Monochromatic Colors of #FEA8C6
Black with #FEA8C6
Text Example
Text Example
White with #FEA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C6; }
p { color: rgb(254,168,198); }
H1.HeaderClassName
{
color: #FEA8C6;
}
.AnyTagClassName
{
color: #FEA8C6;
}
</style>
background-color css
<style>
a { background-color: #FEA8C6; }
a { background-color: rgb(254,168,198); }
div.DivClassName
{
background-color: #FEA8C6;
}
.BgClassName
{
background-color: #FEA8C6;
}
</style>
border-color css
<style>
span { border-color: #FEA8C6; }
span { border-color: rgb(254,168,198); }
td.TdClassName
{
border-color: #FEA8C6;
}
.TagClassName
{
border-color: #FEA8C6;
}
</style>