Shades of Carnation Pink #FE96CC
Tints of Carnation Pink #FE96CC
RGB
CMYK
RGB Variations
Color information
#FE96CC (or 0xFE96CC) is known color: Carnation Pink. HEX triplet: FE, 96 and CC. RGB value is (254,150,204). Sum of RGB (Red+Green+Blue) = 254+150+204=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96CC is #016933. Grayscale: #BBBBBB. Windows color (decimal): -92468 or 13407998. OLE color: 13407998.
HSL color Cylindrical-coordinate representation of color #FE96CC: hue angle of 328.85º 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 #FE96CC is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 204 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.00 |
| HSL | 328.85º | 0.98% | 0.79% | - |
| HSV(B) | 328.85º | 0.41% | 1% | - |
| XYZ | 62.68 | 47.24 | 62.94 | - |
| YUV | 187.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 204 | 0 | 0.41 | 0.20 | 0.00 | 328.85 | 0.98 | 0.79 |
| Hex | FE | 96 | CC | 0 | 29 | 14 | 0 | 149 | 62 | 4F |
| Octal | 376 | 226 | 314 | 0 | 51 | 24 | 0 | 511 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11001100 | 0 | 101001 | 10100 | 0 | 101001001 | 1100010 | 1001111 |
Color Harmonies of #FE96CC
Complementary color
Monochromatic Colors of #FE96CC
Black with #FE96CC
Text Example
Text Example
White with #FE96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96CC; }
p { color: rgb(254,150,204); }
H1.HeaderClassName
{
color: #FE96CC;
}
.AnyTagClassName
{
color: #FE96CC;
}
</style>
background-color css
<style>
a { background-color: #FE96CC; }
a { background-color: rgb(254,150,204); }
div.DivClassName
{
background-color: #FE96CC;
}
.BgClassName
{
background-color: #FE96CC;
}
</style>
border-color css
<style>
span { border-color: #FE96CC; }
span { border-color: rgb(254,150,204); }
td.TdClassName
{
border-color: #FE96CC;
}
.TagClassName
{
border-color: #FE96CC;
}
</style>