Shades of Carnation Pink #FE96C6
Tints of Carnation Pink #FE96C6
RGB
CMYK
RGB Variations
Color information
#FE96C6 (or 0xFE96C6) is known color: Carnation Pink. HEX triplet: FE, 96 and C6. RGB value is (254,150,198). Sum of RGB (Red+Green+Blue) = 254+150+198=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C6 is #016939. Grayscale: #BABABA. Windows color (decimal): -92474 or 13014782. OLE color: 13014782.
HSL color Cylindrical-coordinate representation of color #FE96C6: hue angle of 332.31º 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 #FE96C6 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 198 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.00 |
| HSL | 332.31º | 0.98% | 0.79% | - |
| HSV(B) | 332.31º | 0.41% | 1% | - |
| XYZ | 61.97 | 46.96 | 59.22 | - |
| YUV | 186.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 198 | 0 | 0.41 | 0.22 | 0.00 | 332.31 | 0.98 | 0.79 |
| Hex | FE | 96 | C6 | 0 | 29 | 16 | 0 | 14C | 62 | 4F |
| Octal | 376 | 226 | 306 | 0 | 51 | 26 | 0 | 514 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11000110 | 0 | 101001 | 10110 | 0 | 101001100 | 1100010 | 1001111 |
Color Harmonies of #FE96C6
Complementary color
Monochromatic Colors of #FE96C6
Black with #FE96C6
Text Example
Text Example
White with #FE96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96C6; }
p { color: rgb(254,150,198); }
H1.HeaderClassName
{
color: #FE96C6;
}
.AnyTagClassName
{
color: #FE96C6;
}
</style>
background-color css
<style>
a { background-color: #FE96C6; }
a { background-color: rgb(254,150,198); }
div.DivClassName
{
background-color: #FE96C6;
}
.BgClassName
{
background-color: #FE96C6;
}
</style>
border-color css
<style>
span { border-color: #FE96C6; }
span { border-color: rgb(254,150,198); }
td.TdClassName
{
border-color: #FE96C6;
}
.TagClassName
{
border-color: #FE96C6;
}
</style>