Shades of Carnation Pink #FE96CE
Tints of Carnation Pink #FE96CE
RGB
CMYK
RGB Variations
Color information
#FE96CE (or 0xFE96CE) is known color: Carnation Pink. HEX triplet: FE, 96 and CE. RGB value is (254,150,206). Sum of RGB (Red+Green+Blue) = 254+150+206=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96CE is #016931. Grayscale: #BBBBBB. Windows color (decimal): -92466 or 13539070. OLE color: 13539070.
HSL color Cylindrical-coordinate representation of color #FE96CE: hue angle of 327.69º 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 #FE96CE is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 206 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.00 |
| HSL | 327.69º | 0.98% | 0.79% | - |
| HSV(B) | 327.69º | 0.41% | 1% | - |
| XYZ | 62.92 | 47.34 | 64.21 | - |
| YUV | 187.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 206 | 0 | 0.41 | 0.19 | 0.00 | 327.69 | 0.98 | 0.79 |
| Hex | FE | 96 | CE | 0 | 29 | 13 | 0 | 148 | 62 | 4F |
| Octal | 376 | 226 | 316 | 0 | 51 | 23 | 0 | 510 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11001110 | 0 | 101001 | 10011 | 0 | 101001000 | 1100010 | 1001111 |
Color Harmonies of #FE96CE
Complementary color
Monochromatic Colors of #FE96CE
Black with #FE96CE
Text Example
Text Example
White with #FE96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96CE; }
p { color: rgb(254,150,206); }
H1.HeaderClassName
{
color: #FE96CE;
}
.AnyTagClassName
{
color: #FE96CE;
}
</style>
background-color css
<style>
a { background-color: #FE96CE; }
a { background-color: rgb(254,150,206); }
div.DivClassName
{
background-color: #FE96CE;
}
.BgClassName
{
background-color: #FE96CE;
}
</style>
border-color css
<style>
span { border-color: #FE96CE; }
span { border-color: rgb(254,150,206); }
td.TdClassName
{
border-color: #FE96CE;
}
.TagClassName
{
border-color: #FE96CE;
}
</style>