Shades of Carnation Pink #FE9DBB
Tints of Carnation Pink #FE9DBB
RGB
CMYK
RGB Variations
Color information
#FE9DBB (or 0xFE9DBB) is known color: Carnation Pink. HEX triplet: FE, 9D and BB. RGB value is (254,157,187). Sum of RGB (Red+Green+Blue) = 254+157+187=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DBB is #016244. Grayscale: #BDBDBD. Windows color (decimal): -90693 or 12295678. OLE color: 12295678.
HSL color Cylindrical-coordinate representation of color #FE9DBB: hue angle of 341.44º 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 #FE9DBB is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 187 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.00 |
| HSL | 341.44º | 0.98% | 0.81% | - |
| HSV(B) | 341.44º | 0.38% | 1% | - |
| XYZ | 61.9 | 48.77 | 53.17 | - |
| YUV | 189.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 187 | 0 | 0.38 | 0.26 | 0.00 | 341.44 | 0.98 | 0.81 |
| Hex | FE | 9D | BB | 0 | 26 | 1A | 0 | 155 | 62 | 51 |
| Octal | 376 | 235 | 273 | 0 | 46 | 32 | 0 | 525 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10111011 | 0 | 100110 | 11010 | 0 | 101010101 | 1100010 | 1010001 |
Color Harmonies of #FE9DBB
Complementary color
Monochromatic Colors of #FE9DBB
Black with #FE9DBB
Text Example
Text Example
White with #FE9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DBB; }
p { color: rgb(254,157,187); }
H1.HeaderClassName
{
color: #FE9DBB;
}
.AnyTagClassName
{
color: #FE9DBB;
}
</style>
background-color css
<style>
a { background-color: #FE9DBB; }
a { background-color: rgb(254,157,187); }
div.DivClassName
{
background-color: #FE9DBB;
}
.BgClassName
{
background-color: #FE9DBB;
}
</style>
border-color css
<style>
span { border-color: #FE9DBB; }
span { border-color: rgb(254,157,187); }
td.TdClassName
{
border-color: #FE9DBB;
}
.TagClassName
{
border-color: #FE9DBB;
}
</style>