Shades of Carnation Pink #FE9CBE
Tints of Carnation Pink #FE9CBE
RGB
CMYK
RGB Variations
Color information
#FE9CBE (or 0xFE9CBE) is known color: Carnation Pink. HEX triplet: FE, 9C and BE. RGB value is (254,156,190). Sum of RGB (Red+Green+Blue) = 254+156+190=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CBE is #016341. Grayscale: #BDBDBD. Windows color (decimal): -90946 or 12492030. OLE color: 12492030.
HSL color Cylindrical-coordinate representation of color #FE9CBE: hue angle of 339.18º 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 #FE9CBE is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 190 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.00 |
| HSL | 339.18º | 0.98% | 0.8% | - |
| HSV(B) | 339.18º | 0.39% | 1% | - |
| XYZ | 62.06 | 48.57 | 54.82 | - |
| YUV | 189.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 190 | 0 | 0.39 | 0.25 | 0.00 | 339.18 | 0.98 | 0.8 |
| Hex | FE | 9C | BE | 0 | 27 | 19 | 0 | 153 | 62 | 50 |
| Octal | 376 | 234 | 276 | 0 | 47 | 31 | 0 | 523 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10111110 | 0 | 100111 | 11001 | 0 | 101010011 | 1100010 | 1010000 |
Color Harmonies of #FE9CBE
Complementary color
Monochromatic Colors of #FE9CBE
Black with #FE9CBE
Text Example
Text Example
White with #FE9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CBE; }
p { color: rgb(254,156,190); }
H1.HeaderClassName
{
color: #FE9CBE;
}
.AnyTagClassName
{
color: #FE9CBE;
}
</style>
background-color css
<style>
a { background-color: #FE9CBE; }
a { background-color: rgb(254,156,190); }
div.DivClassName
{
background-color: #FE9CBE;
}
.BgClassName
{
background-color: #FE9CBE;
}
</style>
border-color css
<style>
span { border-color: #FE9CBE; }
span { border-color: rgb(254,156,190); }
td.TdClassName
{
border-color: #FE9CBE;
}
.TagClassName
{
border-color: #FE9CBE;
}
</style>