Shades of Carnation Pink #FE9CCF
Tints of Carnation Pink #FE9CCF
RGB
CMYK
RGB Variations
Color information
#FE9CCF (or 0xFE9CCF) is known color: Carnation Pink. HEX triplet: FE, 9C and CF. RGB value is (254,156,207). Sum of RGB (Red+Green+Blue) = 254+156+207=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CCF is #016330. Grayscale: #BFBFBF. Windows color (decimal): -90929 or 13606142. OLE color: 13606142.
HSL color Cylindrical-coordinate representation of color #FE9CCF: hue angle of 328.78º 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 #FE9CCF is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 207 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.00 |
| HSL | 328.78º | 0.98% | 0.8% | - |
| HSV(B) | 328.78º | 0.39% | 1% | - |
| XYZ | 64.02 | 49.35 | 65.18 | - |
| YUV | 191.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 207 | 0 | 0.39 | 0.19 | 0.00 | 328.78 | 0.98 | 0.8 |
| Hex | FE | 9C | CF | 0 | 27 | 13 | 0 | 149 | 62 | 50 |
| Octal | 376 | 234 | 317 | 0 | 47 | 23 | 0 | 511 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11001111 | 0 | 100111 | 10011 | 0 | 101001001 | 1100010 | 1010000 |
Color Harmonies of #FE9CCF
Complementary color
Monochromatic Colors of #FE9CCF
Black with #FE9CCF
Text Example
Text Example
White with #FE9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CCF; }
p { color: rgb(254,156,207); }
H1.HeaderClassName
{
color: #FE9CCF;
}
.AnyTagClassName
{
color: #FE9CCF;
}
</style>
background-color css
<style>
a { background-color: #FE9CCF; }
a { background-color: rgb(254,156,207); }
div.DivClassName
{
background-color: #FE9CCF;
}
.BgClassName
{
background-color: #FE9CCF;
}
</style>
border-color css
<style>
span { border-color: #FE9CCF; }
span { border-color: rgb(254,156,207); }
td.TdClassName
{
border-color: #FE9CCF;
}
.TagClassName
{
border-color: #FE9CCF;
}
</style>