Shades of Carnation Pink #FE96C5
Tints of Carnation Pink #FE96C5
RGB
CMYK
RGB Variations
Color information
#FE96C5 (or 0xFE96C5) is known color: Carnation Pink. HEX triplet: FE, 96 and C5. RGB value is (254,150,197). Sum of RGB (Red+Green+Blue) = 254+150+197=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C5 is #01693A. Grayscale: #BABABA. Windows color (decimal): -92475 or 12949246. OLE color: 12949246.
HSL color Cylindrical-coordinate representation of color #FE96C5: hue angle of 332.88º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96C5 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 197 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.00 |
| HSL | 332.88º | 0.98% | 0.79% | - |
| HSV(B) | 332.88º | 0.41% | 1% | - |
| XYZ | 61.86 | 46.91 | 58.62 | - |
| YUV | 186.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 197 | 0 | 0.41 | 0.22 | 0.00 | 332.88 | 0.98 | 0.79 |
| Hex | FE | 96 | C5 | 0 | 29 | 16 | 0 | 14D | 62 | 4F |
| Octal | 376 | 226 | 305 | 0 | 51 | 26 | 0 | 515 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11000101 | 0 | 101001 | 10110 | 0 | 101001101 | 1100010 | 1001111 |
Color Harmonies of #FE96C5
Complementary color
Monochromatic Colors of #FE96C5
Black with #FE96C5
Text Example
Text Example
White with #FE96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96C5; }
p { color: rgb(254,150,197); }
H1.HeaderClassName
{
color: #FE96C5;
}
.AnyTagClassName
{
color: #FE96C5;
}
</style>
background-color css
<style>
a { background-color: #FE96C5; }
a { background-color: rgb(254,150,197); }
div.DivClassName
{
background-color: #FE96C5;
}
.BgClassName
{
background-color: #FE96C5;
}
</style>
border-color css
<style>
span { border-color: #FE96C5; }
span { border-color: rgb(254,150,197); }
td.TdClassName
{
border-color: #FE96C5;
}
.TagClassName
{
border-color: #FE96C5;
}
</style>