Shades of Carnation Pink #FE9BC0
Tints of Carnation Pink #FE9BC0
RGB
CMYK
RGB Variations
Color information
#FE9BC0 (or 0xFE9BC0) is known color: Carnation Pink. HEX triplet: FE, 9B and C0. RGB value is (254,155,192). Sum of RGB (Red+Green+Blue) = 254+155+192=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BC0 is #01643F. Grayscale: #BCBCBC. Windows color (decimal): -91200 or 12622846. OLE color: 12622846.
HSL color Cylindrical-coordinate representation of color #FE9BC0: hue angle of 337.58º 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 #FE9BC0 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 192 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.00 |
| HSL | 337.58º | 0.98% | 0.8% | - |
| HSV(B) | 337.58º | 0.39% | 1% | - |
| XYZ | 62.11 | 48.32 | 55.92 | - |
| YUV | 188.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 192 | 0 | 0.39 | 0.24 | 0.00 | 337.58 | 0.98 | 0.8 |
| Hex | FE | 9B | C0 | 0 | 27 | 18 | 0 | 152 | 62 | 50 |
| Octal | 376 | 233 | 300 | 0 | 47 | 30 | 0 | 522 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11000000 | 0 | 100111 | 11000 | 0 | 101010010 | 1100010 | 1010000 |
Color Harmonies of #FE9BC0
Complementary color
Monochromatic Colors of #FE9BC0
Black with #FE9BC0
Text Example
Text Example
White with #FE9BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BC0; }
p { color: rgb(254,155,192); }
H1.HeaderClassName
{
color: #FE9BC0;
}
.AnyTagClassName
{
color: #FE9BC0;
}
</style>
background-color css
<style>
a { background-color: #FE9BC0; }
a { background-color: rgb(254,155,192); }
div.DivClassName
{
background-color: #FE9BC0;
}
.BgClassName
{
background-color: #FE9BC0;
}
</style>
border-color css
<style>
span { border-color: #FE9BC0; }
span { border-color: rgb(254,155,192); }
td.TdClassName
{
border-color: #FE9BC0;
}
.TagClassName
{
border-color: #FE9BC0;
}
</style>