Shades of Carnation Pink #FE9ABC
Tints of Carnation Pink #FE9ABC
RGB
CMYK
RGB Variations
Color information
#FE9ABC (or 0xFE9ABC) is known color: Carnation Pink. HEX triplet: FE, 9A and BC. RGB value is (254,154,188). Sum of RGB (Red+Green+Blue) = 254+154+188=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ABC is #016543. Grayscale: #BBBBBB. Windows color (decimal): -91460 or 12360446. OLE color: 12360446.
HSL color Cylindrical-coordinate representation of color #FE9ABC: hue angle of 339.6º 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 #FE9ABC is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 188 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.00 |
| HSL | 339.6º | 0.98% | 0.8% | - |
| HSV(B) | 339.6º | 0.39% | 1% | - |
| XYZ | 61.51 | 47.81 | 53.56 | - |
| YUV | 187.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 188 | 0 | 0.39 | 0.26 | 0.00 | 339.6 | 0.98 | 0.8 |
| Hex | FE | 9A | BC | 0 | 27 | 1A | 0 | 154 | 62 | 50 |
| Octal | 376 | 232 | 274 | 0 | 47 | 32 | 0 | 524 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10111100 | 0 | 100111 | 11010 | 0 | 101010100 | 1100010 | 1010000 |
Color Harmonies of #FE9ABC
Complementary color
Monochromatic Colors of #FE9ABC
Black with #FE9ABC
Text Example
Text Example
White with #FE9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ABC; }
p { color: rgb(254,154,188); }
H1.HeaderClassName
{
color: #FE9ABC;
}
.AnyTagClassName
{
color: #FE9ABC;
}
</style>
background-color css
<style>
a { background-color: #FE9ABC; }
a { background-color: rgb(254,154,188); }
div.DivClassName
{
background-color: #FE9ABC;
}
.BgClassName
{
background-color: #FE9ABC;
}
</style>
border-color css
<style>
span { border-color: #FE9ABC; }
span { border-color: rgb(254,154,188); }
td.TdClassName
{
border-color: #FE9ABC;
}
.TagClassName
{
border-color: #FE9ABC;
}
</style>