Shades of Carnation Pink #FE9BD0
Tints of Carnation Pink #FE9BD0
RGB
CMYK
RGB Variations
Color information
#FE9BD0 (or 0xFE9BD0) is known color: Carnation Pink. HEX triplet: FE, 9B and D0. RGB value is (254,155,208). Sum of RGB (Red+Green+Blue) = 254+155+208=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BD0 is #01642F. Grayscale: #BEBEBE. Windows color (decimal): -91184 or 13671422. OLE color: 13671422.
HSL color Cylindrical-coordinate representation of color #FE9BD0: hue angle of 327.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BD0 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 208 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.00 |
| HSL | 327.88º | 0.98% | 0.8% | - |
| HSV(B) | 327.88º | 0.39% | 1% | - |
| XYZ | 63.98 | 49.07 | 65.77 | - |
| YUV | 190.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 208 | 0 | 0.39 | 0.18 | 0.00 | 327.88 | 0.98 | 0.8 |
| Hex | FE | 9B | D0 | 0 | 27 | 12 | 0 | 148 | 62 | 50 |
| Octal | 376 | 233 | 320 | 0 | 47 | 22 | 0 | 510 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11010000 | 0 | 100111 | 10010 | 0 | 101001000 | 1100010 | 1010000 |
Color Harmonies of #FE9BD0
Complementary color
Monochromatic Colors of #FE9BD0
Black with #FE9BD0
Text Example
Text Example
White with #FE9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BD0; }
p { color: rgb(254,155,208); }
H1.HeaderClassName
{
color: #FE9BD0;
}
.AnyTagClassName
{
color: #FE9BD0;
}
</style>
background-color css
<style>
a { background-color: #FE9BD0; }
a { background-color: rgb(254,155,208); }
div.DivClassName
{
background-color: #FE9BD0;
}
.BgClassName
{
background-color: #FE9BD0;
}
</style>
border-color css
<style>
span { border-color: #FE9BD0; }
span { border-color: rgb(254,155,208); }
td.TdClassName
{
border-color: #FE9BD0;
}
.TagClassName
{
border-color: #FE9BD0;
}
</style>