Shades of Carnation Pink #FE9DBA
Tints of Carnation Pink #FE9DBA
RGB
CMYK
RGB Variations
Color information
#FE9DBA (or 0xFE9DBA) is known color: Carnation Pink. HEX triplet: FE, 9D and BA. RGB value is (254,157,186). Sum of RGB (Red+Green+Blue) = 254+157+186=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DBA is #016245. Grayscale: #BDBDBD. Windows color (decimal): -90694 or 12230142. OLE color: 12230142.
HSL color Cylindrical-coordinate representation of color #FE9DBA: hue angle of 342.06º 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 #FE9DBA is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 186 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.00 |
| HSL | 342.06º | 0.98% | 0.81% | - |
| HSV(B) | 342.06º | 0.38% | 1% | - |
| XYZ | 61.79 | 48.73 | 52.6 | - |
| YUV | 189.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 186 | 0 | 0.38 | 0.27 | 0.00 | 342.06 | 0.98 | 0.81 |
| Hex | FE | 9D | BA | 0 | 26 | 1B | 0 | 156 | 62 | 51 |
| Octal | 376 | 235 | 272 | 0 | 46 | 33 | 0 | 526 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10111010 | 0 | 100110 | 11011 | 0 | 101010110 | 1100010 | 1010001 |
Color Harmonies of #FE9DBA
Complementary color
Monochromatic Colors of #FE9DBA
Black with #FE9DBA
Text Example
Text Example
White with #FE9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DBA; }
p { color: rgb(254,157,186); }
H1.HeaderClassName
{
color: #FE9DBA;
}
.AnyTagClassName
{
color: #FE9DBA;
}
</style>
background-color css
<style>
a { background-color: #FE9DBA; }
a { background-color: rgb(254,157,186); }
div.DivClassName
{
background-color: #FE9DBA;
}
.BgClassName
{
background-color: #FE9DBA;
}
</style>
border-color css
<style>
span { border-color: #FE9DBA; }
span { border-color: rgb(254,157,186); }
td.TdClassName
{
border-color: #FE9DBA;
}
.TagClassName
{
border-color: #FE9DBA;
}
</style>