Shades of Carnation Pink #FE9DD0
Tints of Carnation Pink #FE9DD0
RGB
CMYK
RGB Variations
Color information
#FE9DD0 (or 0xFE9DD0) is known color: Carnation Pink. HEX triplet: FE, 9D and D0. RGB value is (254,157,208). Sum of RGB (Red+Green+Blue) = 254+157+208=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DD0 is #01622F. Grayscale: #BFBFBF. Windows color (decimal): -90672 or 13671934. OLE color: 13671934.
HSL color Cylindrical-coordinate representation of color #FE9DD0: hue angle of 328.45º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DD0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 208 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.00 |
| HSL | 328.45º | 0.98% | 0.81% | - |
| HSV(B) | 328.45º | 0.38% | 1% | - |
| XYZ | 64.32 | 49.74 | 65.89 | - |
| YUV | 191.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 208 | 0 | 0.38 | 0.18 | 0.00 | 328.45 | 0.98 | 0.81 |
| Hex | FE | 9D | D0 | 0 | 26 | 12 | 0 | 148 | 62 | 51 |
| Octal | 376 | 235 | 320 | 0 | 46 | 22 | 0 | 510 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11010000 | 0 | 100110 | 10010 | 0 | 101001000 | 1100010 | 1010001 |
Color Harmonies of #FE9DD0
Complementary color
Monochromatic Colors of #FE9DD0
Black with #FE9DD0
Text Example
Text Example
White with #FE9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DD0; }
p { color: rgb(254,157,208); }
H1.HeaderClassName
{
color: #FE9DD0;
}
.AnyTagClassName
{
color: #FE9DD0;
}
</style>
background-color css
<style>
a { background-color: #FE9DD0; }
a { background-color: rgb(254,157,208); }
div.DivClassName
{
background-color: #FE9DD0;
}
.BgClassName
{
background-color: #FE9DD0;
}
</style>
border-color css
<style>
span { border-color: #FE9DD0; }
span { border-color: rgb(254,157,208); }
td.TdClassName
{
border-color: #FE9DD0;
}
.TagClassName
{
border-color: #FE9DD0;
}
</style>