Shades of Carnation Pink #FE9FCB
Tints of Carnation Pink #FE9FCB
RGB
CMYK
RGB Variations
Color information
#FE9FCB (or 0xFE9FCB) is known color: Carnation Pink. HEX triplet: FE, 9F and CB. RGB value is (254,159,203). Sum of RGB (Red+Green+Blue) = 254+159+203=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FCB is #016034. Grayscale: #C0C0C0. Windows color (decimal): -90165 or 13344766. OLE color: 13344766.
HSL color Cylindrical-coordinate representation of color #FE9FCB: hue angle of 332.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FCB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 203 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.00 |
| HSL | 332.21º | 0.98% | 0.81% | - |
| HSV(B) | 332.21º | 0.37% | 1% | - |
| XYZ | 64.05 | 50.18 | 62.81 | - |
| YUV | 192.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 203 | 0 | 0.37 | 0.20 | 0.00 | 332.21 | 0.98 | 0.81 |
| Hex | FE | 9F | CB | 0 | 25 | 14 | 0 | 14C | 62 | 51 |
| Octal | 376 | 237 | 313 | 0 | 45 | 24 | 0 | 514 | 142 | 121 |
| Binary | 11111110 | 10011111 | 11001011 | 0 | 100101 | 10100 | 0 | 101001100 | 1100010 | 1010001 |
Color Harmonies of #FE9FCB
Complementary color
Monochromatic Colors of #FE9FCB
Black with #FE9FCB
Text Example
Text Example
White with #FE9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FCB; }
p { color: rgb(254,159,203); }
H1.HeaderClassName
{
color: #FE9FCB;
}
.AnyTagClassName
{
color: #FE9FCB;
}
</style>
background-color css
<style>
a { background-color: #FE9FCB; }
a { background-color: rgb(254,159,203); }
div.DivClassName
{
background-color: #FE9FCB;
}
.BgClassName
{
background-color: #FE9FCB;
}
</style>
border-color css
<style>
span { border-color: #FE9FCB; }
span { border-color: rgb(254,159,203); }
td.TdClassName
{
border-color: #FE9FCB;
}
.TagClassName
{
border-color: #FE9FCB;
}
</style>