Shades of Carnation Pink #FE9FC1
Tints of Carnation Pink #FE9FC1
RGB
CMYK
RGB Variations
Color information
#FE9FC1 (or 0xFE9FC1) is known color: Carnation Pink. HEX triplet: FE, 9F and C1. RGB value is (254,159,193). Sum of RGB (Red+Green+Blue) = 254+159+193=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FC1 is #01603E. Grayscale: #BFBFBF. Windows color (decimal): -90175 or 12689406. OLE color: 12689406.
HSL color Cylindrical-coordinate representation of color #FE9FC1: hue angle of 338.53º 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 #FE9FC1 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 193 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.00 |
| HSL | 338.53º | 0.98% | 0.81% | - |
| HSV(B) | 338.53º | 0.37% | 1% | - |
| XYZ | 62.9 | 49.72 | 56.73 | - |
| YUV | 191.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 193 | 0 | 0.37 | 0.24 | 0.00 | 338.53 | 0.98 | 0.81 |
| Hex | FE | 9F | C1 | 0 | 25 | 18 | 0 | 153 | 62 | 51 |
| Octal | 376 | 237 | 301 | 0 | 45 | 30 | 0 | 523 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11000001 | 0 | 100101 | 11000 | 0 | 101010011 | 1100010 | 1010001 |
Color Harmonies of #FE9FC1
Complementary color
Monochromatic Colors of #FE9FC1
Black with #FE9FC1
Text Example
Text Example
White with #FE9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FC1; }
p { color: rgb(254,159,193); }
H1.HeaderClassName
{
color: #FE9FC1;
}
.AnyTagClassName
{
color: #FE9FC1;
}
</style>
background-color css
<style>
a { background-color: #FE9FC1; }
a { background-color: rgb(254,159,193); }
div.DivClassName
{
background-color: #FE9FC1;
}
.BgClassName
{
background-color: #FE9FC1;
}
</style>
border-color css
<style>
span { border-color: #FE9FC1; }
span { border-color: rgb(254,159,193); }
td.TdClassName
{
border-color: #FE9FC1;
}
.TagClassName
{
border-color: #FE9FC1;
}
</style>