Shades of Carnation Pink #FE9BBB
Tints of Carnation Pink #FE9BBB
RGB
CMYK
RGB Variations
Color information
#FE9BBB (or 0xFE9BBB) is known color: Carnation Pink. HEX triplet: FE, 9B and BB. RGB value is (254,155,187). Sum of RGB (Red+Green+Blue) = 254+155+187=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BBB is #016444. Grayscale: #BCBCBC. Windows color (decimal): -91205 or 12295166. OLE color: 12295166.
HSL color Cylindrical-coordinate representation of color #FE9BBB: hue angle of 340.61º 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 #FE9BBB is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 187 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.00 |
| HSL | 340.61º | 0.98% | 0.8% | - |
| HSV(B) | 340.61º | 0.39% | 1% | - |
| XYZ | 61.56 | 48.1 | 53.05 | - |
| YUV | 188.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 187 | 0 | 0.39 | 0.26 | 0.00 | 340.61 | 0.98 | 0.8 |
| Hex | FE | 9B | BB | 0 | 27 | 1A | 0 | 155 | 62 | 50 |
| Octal | 376 | 233 | 273 | 0 | 47 | 32 | 0 | 525 | 142 | 120 |
| Binary | 11111110 | 10011011 | 10111011 | 0 | 100111 | 11010 | 0 | 101010101 | 1100010 | 1010000 |
Color Harmonies of #FE9BBB
Complementary color
Monochromatic Colors of #FE9BBB
Black with #FE9BBB
Text Example
Text Example
White with #FE9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BBB; }
p { color: rgb(254,155,187); }
H1.HeaderClassName
{
color: #FE9BBB;
}
.AnyTagClassName
{
color: #FE9BBB;
}
</style>
background-color css
<style>
a { background-color: #FE9BBB; }
a { background-color: rgb(254,155,187); }
div.DivClassName
{
background-color: #FE9BBB;
}
.BgClassName
{
background-color: #FE9BBB;
}
</style>
border-color css
<style>
span { border-color: #FE9BBB; }
span { border-color: rgb(254,155,187); }
td.TdClassName
{
border-color: #FE9BBB;
}
.TagClassName
{
border-color: #FE9BBB;
}
</style>