Shades of Carnation Pink #FE9CCB
Tints of Carnation Pink #FE9CCB
RGB
CMYK
RGB Variations
Color information
#FE9CCB (or 0xFE9CCB) is known color: Carnation Pink. HEX triplet: FE, 9C and CB. RGB value is (254,156,203). Sum of RGB (Red+Green+Blue) = 254+156+203=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CCB is #016334. Grayscale: #BEBEBE. Windows color (decimal): -90933 or 13343998. OLE color: 13343998.
HSL color Cylindrical-coordinate representation of color #FE9CCB: hue angle of 331.22º 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 #FE9CCB is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 203 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.00 |
| HSL | 331.22º | 0.98% | 0.8% | - |
| HSV(B) | 331.22º | 0.39% | 1% | - |
| XYZ | 63.54 | 49.16 | 62.64 | - |
| YUV | 190.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 203 | 0 | 0.39 | 0.20 | 0.00 | 331.22 | 0.98 | 0.8 |
| Hex | FE | 9C | CB | 0 | 27 | 14 | 0 | 14B | 62 | 50 |
| Octal | 376 | 234 | 313 | 0 | 47 | 24 | 0 | 513 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11001011 | 0 | 100111 | 10100 | 0 | 101001011 | 1100010 | 1010000 |
Color Harmonies of #FE9CCB
Complementary color
Monochromatic Colors of #FE9CCB
Black with #FE9CCB
Text Example
Text Example
White with #FE9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CCB; }
p { color: rgb(254,156,203); }
H1.HeaderClassName
{
color: #FE9CCB;
}
.AnyTagClassName
{
color: #FE9CCB;
}
</style>
background-color css
<style>
a { background-color: #FE9CCB; }
a { background-color: rgb(254,156,203); }
div.DivClassName
{
background-color: #FE9CCB;
}
.BgClassName
{
background-color: #FE9CCB;
}
</style>
border-color css
<style>
span { border-color: #FE9CCB; }
span { border-color: rgb(254,156,203); }
td.TdClassName
{
border-color: #FE9CCB;
}
.TagClassName
{
border-color: #FE9CCB;
}
</style>