Shades of Carnation Pink #FE99CF
Tints of Carnation Pink #FE99CF
RGB
CMYK
RGB Variations
Color information
#FE99CF (or 0xFE99CF) is known color: Carnation Pink. HEX triplet: FE, 99 and CF. RGB value is (254,153,207). Sum of RGB (Red+Green+Blue) = 254+153+207=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99CF is #016630. Grayscale: #BDBDBD. Windows color (decimal): -91697 or 13605374. OLE color: 13605374.
HSL color Cylindrical-coordinate representation of color #FE99CF: hue angle of 327.92º 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 #FE99CF is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 207 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.00 |
| HSL | 327.92º | 0.98% | 0.8% | - |
| HSV(B) | 327.92º | 0.4% | 1% | - |
| XYZ | 63.53 | 48.36 | 65.02 | - |
| YUV | 189.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 207 | 0 | 0.40 | 0.19 | 0.00 | 327.92 | 0.98 | 0.8 |
| Hex | FE | 99 | CF | 0 | 28 | 13 | 0 | 148 | 62 | 50 |
| Octal | 376 | 231 | 317 | 0 | 50 | 23 | 0 | 510 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11001111 | 0 | 101000 | 10011 | 0 | 101001000 | 1100010 | 1010000 |
Color Harmonies of #FE99CF
Complementary color
Monochromatic Colors of #FE99CF
Black with #FE99CF
Text Example
Text Example
White with #FE99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99CF; }
p { color: rgb(254,153,207); }
H1.HeaderClassName
{
color: #FE99CF;
}
.AnyTagClassName
{
color: #FE99CF;
}
</style>
background-color css
<style>
a { background-color: #FE99CF; }
a { background-color: rgb(254,153,207); }
div.DivClassName
{
background-color: #FE99CF;
}
.BgClassName
{
background-color: #FE99CF;
}
</style>
border-color css
<style>
span { border-color: #FE99CF; }
span { border-color: rgb(254,153,207); }
td.TdClassName
{
border-color: #FE99CF;
}
.TagClassName
{
border-color: #FE99CF;
}
</style>