Shades of Carnation Pink #FE9FD1
Tints of Carnation Pink #FE9FD1
RGB
CMYK
RGB Variations
Color information
#FE9FD1 (or 0xFE9FD1) is known color: Carnation Pink. HEX triplet: FE, 9F and D1. RGB value is (254,159,209). Sum of RGB (Red+Green+Blue) = 254+159+209=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FD1 is #01602E. Grayscale: #C1C1C1. Windows color (decimal): -90159 or 13737982. OLE color: 13737982.
HSL color Cylindrical-coordinate representation of color #FE9FD1: hue angle of 328.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FD1 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 209 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.00 |
| HSL | 328.42º | 0.98% | 0.81% | - |
| HSV(B) | 328.42º | 0.37% | 1% | - |
| XYZ | 64.78 | 50.47 | 66.65 | - |
| YUV | 193.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 209 | 0 | 0.37 | 0.18 | 0.00 | 328.42 | 0.98 | 0.81 |
| Hex | FE | 9F | D1 | 0 | 25 | 12 | 0 | 148 | 62 | 51 |
| Octal | 376 | 237 | 321 | 0 | 45 | 22 | 0 | 510 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11010001 | 0 | 100101 | 10010 | 0 | 101001000 | 1100010 | 1010001 |
Color Harmonies of #FE9FD1
Complementary color
Monochromatic Colors of #FE9FD1
Black with #FE9FD1
Text Example
Text Example
White with #FE9FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FD1; }
p { color: rgb(254,159,209); }
H1.HeaderClassName
{
color: #FE9FD1;
}
.AnyTagClassName
{
color: #FE9FD1;
}
</style>
background-color css
<style>
a { background-color: #FE9FD1; }
a { background-color: rgb(254,159,209); }
div.DivClassName
{
background-color: #FE9FD1;
}
.BgClassName
{
background-color: #FE9FD1;
}
</style>
border-color css
<style>
span { border-color: #FE9FD1; }
span { border-color: rgb(254,159,209); }
td.TdClassName
{
border-color: #FE9FD1;
}
.TagClassName
{
border-color: #FE9FD1;
}
</style>