Shades of Carnation Pink #FE96D0
Tints of Carnation Pink #FE96D0
RGB
CMYK
RGB Variations
Color information
#FE96D0 (or 0xFE96D0) is known color: Carnation Pink. HEX triplet: FE, 96 and D0. RGB value is (254,150,208). Sum of RGB (Red+Green+Blue) = 254+150+208=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96D0 is #01692F. Grayscale: #BBBBBB. Windows color (decimal): -92464 or 13670142. OLE color: 13670142.
HSL color Cylindrical-coordinate representation of color #FE96D0: hue angle of 326.54º 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 #FE96D0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 208 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.00 |
| HSL | 326.54º | 0.98% | 0.79% | - |
| HSV(B) | 326.54º | 0.41% | 1% | - |
| XYZ | 63.16 | 47.44 | 65.5 | - |
| YUV | 187.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 208 | 0 | 0.41 | 0.18 | 0.00 | 326.54 | 0.98 | 0.79 |
| Hex | FE | 96 | D0 | 0 | 29 | 12 | 0 | 147 | 62 | 4F |
| Octal | 376 | 226 | 320 | 0 | 51 | 22 | 0 | 507 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11010000 | 0 | 101001 | 10010 | 0 | 101000111 | 1100010 | 1001111 |
Color Harmonies of #FE96D0
Complementary color
Monochromatic Colors of #FE96D0
Black with #FE96D0
Text Example
Text Example
White with #FE96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96D0; }
p { color: rgb(254,150,208); }
H1.HeaderClassName
{
color: #FE96D0;
}
.AnyTagClassName
{
color: #FE96D0;
}
</style>
background-color css
<style>
a { background-color: #FE96D0; }
a { background-color: rgb(254,150,208); }
div.DivClassName
{
background-color: #FE96D0;
}
.BgClassName
{
background-color: #FE96D0;
}
</style>
border-color css
<style>
span { border-color: #FE96D0; }
span { border-color: rgb(254,150,208); }
td.TdClassName
{
border-color: #FE96D0;
}
.TagClassName
{
border-color: #FE96D0;
}
</style>