Shades of Carnation Pink #FE94C1
Tints of Carnation Pink #FE94C1
RGB
CMYK
RGB Variations
Color information
#FE94C1 (or 0xFE94C1) is known color: Carnation Pink. HEX triplet: FE, 94 and C1. RGB value is (254,148,193). Sum of RGB (Red+Green+Blue) = 254+148+193=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94C1 is #016B3E. Grayscale: #B8B8B8. Windows color (decimal): -92991 or 12686590. OLE color: 12686590.
HSL color Cylindrical-coordinate representation of color #FE94C1: hue angle of 334.53º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94C1 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 193 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.00 |
| HSL | 334.53º | 0.98% | 0.79% | - |
| HSV(B) | 334.53º | 0.42% | 1% | - |
| XYZ | 61.09 | 46.1 | 56.13 | - |
| YUV | 184.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 193 | 0 | 0.42 | 0.24 | 0.00 | 334.53 | 0.98 | 0.79 |
| Hex | FE | 94 | C1 | 0 | 2A | 18 | 0 | 14F | 62 | 4F |
| Octal | 376 | 224 | 301 | 0 | 52 | 30 | 0 | 517 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11000001 | 0 | 101010 | 11000 | 0 | 101001111 | 1100010 | 1001111 |
Color Harmonies of #FE94C1
Complementary color
Monochromatic Colors of #FE94C1
Black with #FE94C1
Text Example
Text Example
White with #FE94C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94C1; }
p { color: rgb(254,148,193); }
H1.HeaderClassName
{
color: #FE94C1;
}
.AnyTagClassName
{
color: #FE94C1;
}
</style>
background-color css
<style>
a { background-color: #FE94C1; }
a { background-color: rgb(254,148,193); }
div.DivClassName
{
background-color: #FE94C1;
}
.BgClassName
{
background-color: #FE94C1;
}
</style>
border-color css
<style>
span { border-color: #FE94C1; }
span { border-color: rgb(254,148,193); }
td.TdClassName
{
border-color: #FE94C1;
}
.TagClassName
{
border-color: #FE94C1;
}
</style>