Shades of Carnation Pink #FE96C4
Tints of Carnation Pink #FE96C4
RGB
CMYK
RGB Variations
Color information
#FE96C4 (or 0xFE96C4) is known color: Carnation Pink. HEX triplet: FE, 96 and C4. RGB value is (254,150,196). Sum of RGB (Red+Green+Blue) = 254+150+196=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96C4 is #01693B. Grayscale: #BABABA. Windows color (decimal): -92476 or 12883710. OLE color: 12883710.
HSL color Cylindrical-coordinate representation of color #FE96C4: hue angle of 333.46º 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 #FE96C4 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 196 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.00 |
| HSL | 333.46º | 0.98% | 0.79% | - |
| HSV(B) | 333.46º | 0.41% | 1% | - |
| XYZ | 61.74 | 46.87 | 58.02 | - |
| YUV | 186.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 196 | 0 | 0.41 | 0.23 | 0.00 | 333.46 | 0.98 | 0.79 |
| Hex | FE | 96 | C4 | 0 | 29 | 17 | 0 | 14D | 62 | 4F |
| Octal | 376 | 226 | 304 | 0 | 51 | 27 | 0 | 515 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11000100 | 0 | 101001 | 10111 | 0 | 101001101 | 1100010 | 1001111 |
Color Harmonies of #FE96C4
Complementary color
Monochromatic Colors of #FE96C4
Black with #FE96C4
Text Example
Text Example
White with #FE96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96C4; }
p { color: rgb(254,150,196); }
H1.HeaderClassName
{
color: #FE96C4;
}
.AnyTagClassName
{
color: #FE96C4;
}
</style>
background-color css
<style>
a { background-color: #FE96C4; }
a { background-color: rgb(254,150,196); }
div.DivClassName
{
background-color: #FE96C4;
}
.BgClassName
{
background-color: #FE96C4;
}
</style>
border-color css
<style>
span { border-color: #FE96C4; }
span { border-color: rgb(254,150,196); }
td.TdClassName
{
border-color: #FE96C4;
}
.TagClassName
{
border-color: #FE96C4;
}
</style>