Shades of Carnation Pink #FE9BCB
Tints of Carnation Pink #FE9BCB
RGB
CMYK
RGB Variations
Color information
#FE9BCB (or 0xFE9BCB) is known color: Carnation Pink. HEX triplet: FE, 9B and CB. RGB value is (254,155,203). Sum of RGB (Red+Green+Blue) = 254+155+203=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BCB is #016434. Grayscale: #BDBDBD. Windows color (decimal): -91189 or 13343742. OLE color: 13343742.
HSL color Cylindrical-coordinate representation of color #FE9BCB: hue angle of 330.91º 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 #FE9BCB is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 203 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.00 |
| HSL | 330.91º | 0.98% | 0.8% | - |
| HSV(B) | 330.91º | 0.39% | 1% | - |
| XYZ | 63.37 | 48.83 | 62.58 | - |
| YUV | 190.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 203 | 0 | 0.39 | 0.20 | 0.00 | 330.91 | 0.98 | 0.8 |
| Hex | FE | 9B | CB | 0 | 27 | 14 | 0 | 14B | 62 | 50 |
| Octal | 376 | 233 | 313 | 0 | 47 | 24 | 0 | 513 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11001011 | 0 | 100111 | 10100 | 0 | 101001011 | 1100010 | 1010000 |
Color Harmonies of #FE9BCB
Complementary color
Monochromatic Colors of #FE9BCB
Black with #FE9BCB
Text Example
Text Example
White with #FE9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BCB; }
p { color: rgb(254,155,203); }
H1.HeaderClassName
{
color: #FE9BCB;
}
.AnyTagClassName
{
color: #FE9BCB;
}
</style>
background-color css
<style>
a { background-color: #FE9BCB; }
a { background-color: rgb(254,155,203); }
div.DivClassName
{
background-color: #FE9BCB;
}
.BgClassName
{
background-color: #FE9BCB;
}
</style>
border-color css
<style>
span { border-color: #FE9BCB; }
span { border-color: rgb(254,155,203); }
td.TdClassName
{
border-color: #FE9BCB;
}
.TagClassName
{
border-color: #FE9BCB;
}
</style>