Shades of Carnation Pink #FE9ACE
Tints of Carnation Pink #FE9ACE
RGB
CMYK
RGB Variations
Color information
#FE9ACE (or 0xFE9ACE) is known color: Carnation Pink. HEX triplet: FE, 9A and CE. RGB value is (254,154,206). Sum of RGB (Red+Green+Blue) = 254+154+206=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ACE is #016531. Grayscale: #BDBDBD. Windows color (decimal): -91442 or 13540094. OLE color: 13540094.
HSL color Cylindrical-coordinate representation of color #FE9ACE: hue angle of 328.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9ACE is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 206 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.00 |
| HSL | 328.8º | 0.98% | 0.8% | - |
| HSV(B) | 328.8º | 0.39% | 1% | - |
| XYZ | 63.57 | 48.64 | 64.43 | - |
| YUV | 189.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 206 | 0 | 0.39 | 0.19 | 0.00 | 328.8 | 0.98 | 0.8 |
| Hex | FE | 9A | CE | 0 | 27 | 13 | 0 | 149 | 62 | 50 |
| Octal | 376 | 232 | 316 | 0 | 47 | 23 | 0 | 511 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11001110 | 0 | 100111 | 10011 | 0 | 101001001 | 1100010 | 1010000 |
Color Harmonies of #FE9ACE
Complementary color
Monochromatic Colors of #FE9ACE
Black with #FE9ACE
Text Example
Text Example
White with #FE9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ACE; }
p { color: rgb(254,154,206); }
H1.HeaderClassName
{
color: #FE9ACE;
}
.AnyTagClassName
{
color: #FE9ACE;
}
</style>
background-color css
<style>
a { background-color: #FE9ACE; }
a { background-color: rgb(254,154,206); }
div.DivClassName
{
background-color: #FE9ACE;
}
.BgClassName
{
background-color: #FE9ACE;
}
</style>
border-color css
<style>
span { border-color: #FE9ACE; }
span { border-color: rgb(254,154,206); }
td.TdClassName
{
border-color: #FE9ACE;
}
.TagClassName
{
border-color: #FE9ACE;
}
</style>