Shades of Carnation Pink #FE9FBA
Tints of Carnation Pink #FE9FBA
RGB
CMYK
RGB Variations
Color information
#FE9FBA (or 0xFE9FBA) is known color: Carnation Pink. HEX triplet: FE, 9F and BA. RGB value is (254,159,186). Sum of RGB (Red+Green+Blue) = 254+159+186=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FBA is #016045. Grayscale: #BEBEBE. Windows color (decimal): -90182 or 12230654. OLE color: 12230654.
HSL color Cylindrical-coordinate representation of color #FE9FBA: hue angle of 342.95º 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 #FE9FBA is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 186 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.00 |
| HSL | 342.95º | 0.98% | 0.81% | - |
| HSV(B) | 342.95º | 0.37% | 1% | - |
| XYZ | 62.13 | 49.41 | 52.72 | - |
| YUV | 190.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 186 | 0 | 0.37 | 0.27 | 0.00 | 342.95 | 0.98 | 0.81 |
| Hex | FE | 9F | BA | 0 | 25 | 1B | 0 | 157 | 62 | 51 |
| Octal | 376 | 237 | 272 | 0 | 45 | 33 | 0 | 527 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10111010 | 0 | 100101 | 11011 | 0 | 101010111 | 1100010 | 1010001 |
Color Harmonies of #FE9FBA
Complementary color
Monochromatic Colors of #FE9FBA
Black with #FE9FBA
Text Example
Text Example
White with #FE9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FBA; }
p { color: rgb(254,159,186); }
H1.HeaderClassName
{
color: #FE9FBA;
}
.AnyTagClassName
{
color: #FE9FBA;
}
</style>
background-color css
<style>
a { background-color: #FE9FBA; }
a { background-color: rgb(254,159,186); }
div.DivClassName
{
background-color: #FE9FBA;
}
.BgClassName
{
background-color: #FE9FBA;
}
</style>
border-color css
<style>
span { border-color: #FE9FBA; }
span { border-color: rgb(254,159,186); }
td.TdClassName
{
border-color: #FE9FBA;
}
.TagClassName
{
border-color: #FE9FBA;
}
</style>