Shades of Carnation Pink #FE98BD
Tints of Carnation Pink #FE98BD
RGB
CMYK
RGB Variations
Color information
#FE98BD (or 0xFE98BD) is known color: Carnation Pink. HEX triplet: FE, 98 and BD. RGB value is (254,152,189). Sum of RGB (Red+Green+Blue) = 254+152+189=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98BD is #016742. Grayscale: #BABABA. Windows color (decimal): -91971 or 12425470. OLE color: 12425470.
HSL color Cylindrical-coordinate representation of color #FE98BD: hue angle of 338.24º 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 #FE98BD is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 189 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.00 |
| HSL | 338.24º | 0.98% | 0.8% | - |
| HSV(B) | 338.24º | 0.4% | 1% | - |
| XYZ | 61.29 | 47.2 | 54.02 | - |
| YUV | 186.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 189 | 0 | 0.40 | 0.26 | 0.00 | 338.24 | 0.98 | 0.8 |
| Hex | FE | 98 | BD | 0 | 28 | 1A | 0 | 152 | 62 | 50 |
| Octal | 376 | 230 | 275 | 0 | 50 | 32 | 0 | 522 | 142 | 120 |
| Binary | 11111110 | 10011000 | 10111101 | 0 | 101000 | 11010 | 0 | 101010010 | 1100010 | 1010000 |
Color Harmonies of #FE98BD
Complementary color
Monochromatic Colors of #FE98BD
Black with #FE98BD
Text Example
Text Example
White with #FE98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98BD; }
p { color: rgb(254,152,189); }
H1.HeaderClassName
{
color: #FE98BD;
}
.AnyTagClassName
{
color: #FE98BD;
}
</style>
background-color css
<style>
a { background-color: #FE98BD; }
a { background-color: rgb(254,152,189); }
div.DivClassName
{
background-color: #FE98BD;
}
.BgClassName
{
background-color: #FE98BD;
}
</style>
border-color css
<style>
span { border-color: #FE98BD; }
span { border-color: rgb(254,152,189); }
td.TdClassName
{
border-color: #FE98BD;
}
.TagClassName
{
border-color: #FE98BD;
}
</style>