Shades of Carnation Pink #FE9FBE
Tints of Carnation Pink #FE9FBE
RGB
CMYK
RGB Variations
Color information
#FE9FBE (or 0xFE9FBE) is known color: Carnation Pink. HEX triplet: FE, 9F and BE. RGB value is (254,159,190). Sum of RGB (Red+Green+Blue) = 254+159+190=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FBE is #016041. Grayscale: #BEBEBE. Windows color (decimal): -90178 or 12492798. OLE color: 12492798.
HSL color Cylindrical-coordinate representation of color #FE9FBE: hue angle of 340.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FBE is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 190 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.00 |
| HSL | 340.42º | 0.98% | 0.81% | - |
| HSV(B) | 340.42º | 0.37% | 1% | - |
| XYZ | 62.57 | 49.58 | 54.99 | - |
| YUV | 190.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 190 | 0 | 0.37 | 0.25 | 0.00 | 340.42 | 0.98 | 0.81 |
| Hex | FE | 9F | BE | 0 | 25 | 19 | 0 | 154 | 62 | 51 |
| Octal | 376 | 237 | 276 | 0 | 45 | 31 | 0 | 524 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10111110 | 0 | 100101 | 11001 | 0 | 101010100 | 1100010 | 1010001 |
Color Harmonies of #FE9FBE
Complementary color
Monochromatic Colors of #FE9FBE
Black with #FE9FBE
Text Example
Text Example
White with #FE9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FBE; }
p { color: rgb(254,159,190); }
H1.HeaderClassName
{
color: #FE9FBE;
}
.AnyTagClassName
{
color: #FE9FBE;
}
</style>
background-color css
<style>
a { background-color: #FE9FBE; }
a { background-color: rgb(254,159,190); }
div.DivClassName
{
background-color: #FE9FBE;
}
.BgClassName
{
background-color: #FE9FBE;
}
</style>
border-color css
<style>
span { border-color: #FE9FBE; }
span { border-color: rgb(254,159,190); }
td.TdClassName
{
border-color: #FE9FBE;
}
.TagClassName
{
border-color: #FE9FBE;
}
</style>