Shades of Carnation Pink #FE9FC2
Tints of Carnation Pink #FE9FC2
RGB
CMYK
RGB Variations
Color information
#FE9FC2 (or 0xFE9FC2) is known color: Carnation Pink. HEX triplet: FE, 9F and C2. RGB value is (254,159,194). Sum of RGB (Red+Green+Blue) = 254+159+194=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FC2 is #01603D. Grayscale: #BFBFBF. Windows color (decimal): -90174 or 12754942. OLE color: 12754942.
HSL color Cylindrical-coordinate representation of color #FE9FC2: hue angle of 337.89º 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 #FE9FC2 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 194 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.00 |
| HSL | 337.89º | 0.98% | 0.81% | - |
| HSV(B) | 337.89º | 0.37% | 1% | - |
| XYZ | 63.01 | 49.76 | 57.32 | - |
| YUV | 191.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 194 | 0 | 0.37 | 0.24 | 0.00 | 337.89 | 0.98 | 0.81 |
| Hex | FE | 9F | C2 | 0 | 25 | 18 | 0 | 152 | 62 | 51 |
| Octal | 376 | 237 | 302 | 0 | 45 | 30 | 0 | 522 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11000010 | 0 | 100101 | 11000 | 0 | 101010010 | 1100010 | 1010001 |
Color Harmonies of #FE9FC2
Complementary color
Monochromatic Colors of #FE9FC2
Black with #FE9FC2
Text Example
Text Example
White with #FE9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FC2; }
p { color: rgb(254,159,194); }
H1.HeaderClassName
{
color: #FE9FC2;
}
.AnyTagClassName
{
color: #FE9FC2;
}
</style>
background-color css
<style>
a { background-color: #FE9FC2; }
a { background-color: rgb(254,159,194); }
div.DivClassName
{
background-color: #FE9FC2;
}
.BgClassName
{
background-color: #FE9FC2;
}
</style>
border-color css
<style>
span { border-color: #FE9FC2; }
span { border-color: rgb(254,159,194); }
td.TdClassName
{
border-color: #FE9FC2;
}
.TagClassName
{
border-color: #FE9FC2;
}
</style>