Shades of Carnation Pink #FE98C2
Tints of Carnation Pink #FE98C2
RGB
CMYK
RGB Variations
Color information
#FE98C2 (or 0xFE98C2) is known color: Carnation Pink. HEX triplet: FE, 98 and C2. RGB value is (254,152,194). Sum of RGB (Red+Green+Blue) = 254+152+194=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98C2 is #01673D. Grayscale: #BBBBBB. Windows color (decimal): -91966 or 12753150. OLE color: 12753150.
HSL color Cylindrical-coordinate representation of color #FE98C2: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE98C2 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 194 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.00 |
| HSL | 335.29º | 0.98% | 0.8% | - |
| HSV(B) | 335.29º | 0.4% | 1% | - |
| XYZ | 61.84 | 47.42 | 56.93 | - |
| YUV | 187.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 194 | 0 | 0.40 | 0.24 | 0.00 | 335.29 | 0.98 | 0.8 |
| Hex | FE | 98 | C2 | 0 | 28 | 18 | 0 | 14F | 62 | 50 |
| Octal | 376 | 230 | 302 | 0 | 50 | 30 | 0 | 517 | 142 | 120 |
| Binary | 11111110 | 10011000 | 11000010 | 0 | 101000 | 11000 | 0 | 101001111 | 1100010 | 1010000 |
Color Harmonies of #FE98C2
Complementary color
Monochromatic Colors of #FE98C2
Black with #FE98C2
Text Example
Text Example
White with #FE98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98C2; }
p { color: rgb(254,152,194); }
H1.HeaderClassName
{
color: #FE98C2;
}
.AnyTagClassName
{
color: #FE98C2;
}
</style>
background-color css
<style>
a { background-color: #FE98C2; }
a { background-color: rgb(254,152,194); }
div.DivClassName
{
background-color: #FE98C2;
}
.BgClassName
{
background-color: #FE98C2;
}
</style>
border-color css
<style>
span { border-color: #FE98C2; }
span { border-color: rgb(254,152,194); }
td.TdClassName
{
border-color: #FE98C2;
}
.TagClassName
{
border-color: #FE98C2;
}
</style>