Shades of Carnation Pink #FE99CE
Tints of Carnation Pink #FE99CE
RGB
CMYK
RGB Variations
Color information
#FE99CE (or 0xFE99CE) is known color: Carnation Pink. HEX triplet: FE, 99 and CE. RGB value is (254,153,206). Sum of RGB (Red+Green+Blue) = 254+153+206=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99CE is #016631. Grayscale: #BDBDBD. Windows color (decimal): -91698 or 13539838. OLE color: 13539838.
HSL color Cylindrical-coordinate representation of color #FE99CE: hue angle of 328.51º 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 #FE99CE is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 206 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.00 |
| HSL | 328.51º | 0.98% | 0.8% | - |
| HSV(B) | 328.51º | 0.4% | 1% | - |
| XYZ | 63.4 | 48.31 | 64.38 | - |
| YUV | 189.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 206 | 0 | 0.40 | 0.19 | 0.00 | 328.51 | 0.98 | 0.8 |
| Hex | FE | 99 | CE | 0 | 28 | 13 | 0 | 149 | 62 | 50 |
| Octal | 376 | 231 | 316 | 0 | 50 | 23 | 0 | 511 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11001110 | 0 | 101000 | 10011 | 0 | 101001001 | 1100010 | 1010000 |
Color Harmonies of #FE99CE
Complementary color
Monochromatic Colors of #FE99CE
Black with #FE99CE
Text Example
Text Example
White with #FE99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99CE; }
p { color: rgb(254,153,206); }
H1.HeaderClassName
{
color: #FE99CE;
}
.AnyTagClassName
{
color: #FE99CE;
}
</style>
background-color css
<style>
a { background-color: #FE99CE; }
a { background-color: rgb(254,153,206); }
div.DivClassName
{
background-color: #FE99CE;
}
.BgClassName
{
background-color: #FE99CE;
}
</style>
border-color css
<style>
span { border-color: #FE99CE; }
span { border-color: rgb(254,153,206); }
td.TdClassName
{
border-color: #FE99CE;
}
.TagClassName
{
border-color: #FE99CE;
}
</style>