Shades of Carnation Pink #FE96D1
Tints of Carnation Pink #FE96D1
RGB
CMYK
RGB Variations
Color information
#FE96D1 (or 0xFE96D1) is known color: Carnation Pink. HEX triplet: FE, 96 and D1. RGB value is (254,150,209). Sum of RGB (Red+Green+Blue) = 254+150+209=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96D1 is #01692E. Grayscale: #BBBBBB. Windows color (decimal): -92463 or 13735678. OLE color: 13735678.
HSL color Cylindrical-coordinate representation of color #FE96D1: hue angle of 325.96º 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 #FE96D1 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 209 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.00 |
| HSL | 325.96º | 0.98% | 0.79% | - |
| HSV(B) | 325.96º | 0.41% | 1% | - |
| XYZ | 63.29 | 47.49 | 66.15 | - |
| YUV | 187.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 209 | 0 | 0.41 | 0.18 | 0.00 | 325.96 | 0.98 | 0.79 |
| Hex | FE | 96 | D1 | 0 | 29 | 12 | 0 | 146 | 62 | 4F |
| Octal | 376 | 226 | 321 | 0 | 51 | 22 | 0 | 506 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11010001 | 0 | 101001 | 10010 | 0 | 101000110 | 1100010 | 1001111 |
Color Harmonies of #FE96D1
Complementary color
Monochromatic Colors of #FE96D1
Black with #FE96D1
Text Example
Text Example
White with #FE96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96D1; }
p { color: rgb(254,150,209); }
H1.HeaderClassName
{
color: #FE96D1;
}
.AnyTagClassName
{
color: #FE96D1;
}
</style>
background-color css
<style>
a { background-color: #FE96D1; }
a { background-color: rgb(254,150,209); }
div.DivClassName
{
background-color: #FE96D1;
}
.BgClassName
{
background-color: #FE96D1;
}
</style>
border-color css
<style>
span { border-color: #FE96D1; }
span { border-color: rgb(254,150,209); }
td.TdClassName
{
border-color: #FE96D1;
}
.TagClassName
{
border-color: #FE96D1;
}
</style>