Shades of Carnation Pink #FE9CBA
Tints of Carnation Pink #FE9CBA
RGB
CMYK
RGB Variations
Color information
#FE9CBA (or 0xFE9CBA) is known color: Carnation Pink. HEX triplet: FE, 9C and BA. RGB value is (254,156,186). Sum of RGB (Red+Green+Blue) = 254+156+186=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CBA is #016345. Grayscale: #BCBCBC. Windows color (decimal): -90950 or 12229886. OLE color: 12229886.
HSL color Cylindrical-coordinate representation of color #FE9CBA: hue angle of 341.63º 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 #FE9CBA is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 186 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.00 |
| HSL | 341.63º | 0.98% | 0.8% | - |
| HSV(B) | 341.63º | 0.39% | 1% | - |
| XYZ | 61.62 | 48.39 | 52.55 | - |
| YUV | 188.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 186 | 0 | 0.39 | 0.27 | 0.00 | 341.63 | 0.98 | 0.8 |
| Hex | FE | 9C | BA | 0 | 27 | 1B | 0 | 156 | 62 | 50 |
| Octal | 376 | 234 | 272 | 0 | 47 | 33 | 0 | 526 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10111010 | 0 | 100111 | 11011 | 0 | 101010110 | 1100010 | 1010000 |
Color Harmonies of #FE9CBA
Complementary color
Monochromatic Colors of #FE9CBA
Black with #FE9CBA
Text Example
Text Example
White with #FE9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CBA; }
p { color: rgb(254,156,186); }
H1.HeaderClassName
{
color: #FE9CBA;
}
.AnyTagClassName
{
color: #FE9CBA;
}
</style>
background-color css
<style>
a { background-color: #FE9CBA; }
a { background-color: rgb(254,156,186); }
div.DivClassName
{
background-color: #FE9CBA;
}
.BgClassName
{
background-color: #FE9CBA;
}
</style>
border-color css
<style>
span { border-color: #FE9CBA; }
span { border-color: rgb(254,156,186); }
td.TdClassName
{
border-color: #FE9CBA;
}
.TagClassName
{
border-color: #FE9CBA;
}
</style>