Shades of Carnation Pink #FE98D0
Tints of Carnation Pink #FE98D0
RGB
CMYK
RGB Variations
Color information
#FE98D0 (or 0xFE98D0) is known color: Carnation Pink. HEX triplet: FE, 98 and D0. RGB value is (254,152,208). Sum of RGB (Red+Green+Blue) = 254+152+208=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98D0 is #01672F. Grayscale: #BCBCBC. Windows color (decimal): -91952 or 13670654. OLE color: 13670654.
HSL color Cylindrical-coordinate representation of color #FE98D0: hue angle of 327.06º 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 #FE98D0 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 208 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.00 |
| HSL | 327.06º | 0.98% | 0.8% | - |
| HSV(B) | 327.06º | 0.4% | 1% | - |
| XYZ | 63.49 | 48.08 | 65.61 | - |
| YUV | 188.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 208 | 0 | 0.40 | 0.18 | 0.00 | 327.06 | 0.98 | 0.8 |
| Hex | FE | 98 | D0 | 0 | 28 | 12 | 0 | 147 | 62 | 50 |
| Octal | 376 | 230 | 320 | 0 | 50 | 22 | 0 | 507 | 142 | 120 |
| Binary | 11111110 | 10011000 | 11010000 | 0 | 101000 | 10010 | 0 | 101000111 | 1100010 | 1010000 |
Color Harmonies of #FE98D0
Complementary color
Monochromatic Colors of #FE98D0
Black with #FE98D0
Text Example
Text Example
White with #FE98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98D0; }
p { color: rgb(254,152,208); }
H1.HeaderClassName
{
color: #FE98D0;
}
.AnyTagClassName
{
color: #FE98D0;
}
</style>
background-color css
<style>
a { background-color: #FE98D0; }
a { background-color: rgb(254,152,208); }
div.DivClassName
{
background-color: #FE98D0;
}
.BgClassName
{
background-color: #FE98D0;
}
</style>
border-color css
<style>
span { border-color: #FE98D0; }
span { border-color: rgb(254,152,208); }
td.TdClassName
{
border-color: #FE98D0;
}
.TagClassName
{
border-color: #FE98D0;
}
</style>