Shades of Carnation Pink #FE94BD
Tints of Carnation Pink #FE94BD
RGB
CMYK
RGB Variations
Color information
#FE94BD (or 0xFE94BD) is known color: Carnation Pink. HEX triplet: FE, 94 and BD. RGB value is (254,148,189). Sum of RGB (Red+Green+Blue) = 254+148+189=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94BD is #016B42. Grayscale: #B8B8B8. Windows color (decimal): -92995 or 12424446. OLE color: 12424446.
HSL color Cylindrical-coordinate representation of color #FE94BD: hue angle of 336.79º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94BD is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 189 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.00 |
| HSL | 336.79º | 0.98% | 0.79% | - |
| HSV(B) | 336.79º | 0.42% | 1% | - |
| XYZ | 60.65 | 45.92 | 53.81 | - |
| YUV | 184.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 189 | 0 | 0.42 | 0.26 | 0.00 | 336.79 | 0.98 | 0.79 |
| Hex | FE | 94 | BD | 0 | 2A | 1A | 0 | 151 | 62 | 4F |
| Octal | 376 | 224 | 275 | 0 | 52 | 32 | 0 | 521 | 142 | 117 |
| Binary | 11111110 | 10010100 | 10111101 | 0 | 101010 | 11010 | 0 | 101010001 | 1100010 | 1001111 |
Color Harmonies of #FE94BD
Complementary color
Monochromatic Colors of #FE94BD
Black with #FE94BD
Text Example
Text Example
White with #FE94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94BD; }
p { color: rgb(254,148,189); }
H1.HeaderClassName
{
color: #FE94BD;
}
.AnyTagClassName
{
color: #FE94BD;
}
</style>
background-color css
<style>
a { background-color: #FE94BD; }
a { background-color: rgb(254,148,189); }
div.DivClassName
{
background-color: #FE94BD;
}
.BgClassName
{
background-color: #FE94BD;
}
</style>
border-color css
<style>
span { border-color: #FE94BD; }
span { border-color: rgb(254,148,189); }
td.TdClassName
{
border-color: #FE94BD;
}
.TagClassName
{
border-color: #FE94BD;
}
</style>