Shades of Carnation Pink #FE9DC2
Tints of Carnation Pink #FE9DC2
RGB
CMYK
RGB Variations
Color information
#FE9DC2 (or 0xFE9DC2) is known color: Carnation Pink. HEX triplet: FE, 9D and C2. RGB value is (254,157,194). Sum of RGB (Red+Green+Blue) = 254+157+194=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DC2 is #01623D. Grayscale: #BEBEBE. Windows color (decimal): -90686 or 12754430. OLE color: 12754430.
HSL color Cylindrical-coordinate representation of color #FE9DC2: hue angle of 337.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DC2 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 194 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.00 |
| HSL | 337.11º | 0.98% | 0.81% | - |
| HSV(B) | 337.11º | 0.38% | 1% | - |
| XYZ | 62.67 | 49.08 | 57.21 | - |
| YUV | 190.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 194 | 0 | 0.38 | 0.24 | 0.00 | 337.11 | 0.98 | 0.81 |
| Hex | FE | 9D | C2 | 0 | 26 | 18 | 0 | 151 | 62 | 51 |
| Octal | 376 | 235 | 302 | 0 | 46 | 30 | 0 | 521 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11000010 | 0 | 100110 | 11000 | 0 | 101010001 | 1100010 | 1010001 |
Color Harmonies of #FE9DC2
Complementary color
Monochromatic Colors of #FE9DC2
Black with #FE9DC2
Text Example
Text Example
White with #FE9DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DC2; }
p { color: rgb(254,157,194); }
H1.HeaderClassName
{
color: #FE9DC2;
}
.AnyTagClassName
{
color: #FE9DC2;
}
</style>
background-color css
<style>
a { background-color: #FE9DC2; }
a { background-color: rgb(254,157,194); }
div.DivClassName
{
background-color: #FE9DC2;
}
.BgClassName
{
background-color: #FE9DC2;
}
</style>
border-color css
<style>
span { border-color: #FE9DC2; }
span { border-color: rgb(254,157,194); }
td.TdClassName
{
border-color: #FE9DC2;
}
.TagClassName
{
border-color: #FE9DC2;
}
</style>