Shades of Carnation Pink #FE9ACF
Tints of Carnation Pink #FE9ACF
RGB
CMYK
RGB Variations
Color information
#FE9ACF (or 0xFE9ACF) is known color: Carnation Pink. HEX triplet: FE, 9A and CF. RGB value is (254,154,207). Sum of RGB (Red+Green+Blue) = 254+154+207=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ACF is #016530. Grayscale: #BDBDBD. Windows color (decimal): -91441 or 13605630. OLE color: 13605630.
HSL color Cylindrical-coordinate representation of color #FE9ACF: hue angle of 328.2º 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 #FE9ACF is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 207 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.00 |
| HSL | 328.2º | 0.98% | 0.8% | - |
| HSV(B) | 328.2º | 0.39% | 1% | - |
| XYZ | 63.69 | 48.69 | 65.07 | - |
| YUV | 189.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 207 | 0 | 0.39 | 0.19 | 0.00 | 328.2 | 0.98 | 0.8 |
| Hex | FE | 9A | CF | 0 | 27 | 13 | 0 | 148 | 62 | 50 |
| Octal | 376 | 232 | 317 | 0 | 47 | 23 | 0 | 510 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11001111 | 0 | 100111 | 10011 | 0 | 101001000 | 1100010 | 1010000 |
Color Harmonies of #FE9ACF
Complementary color
Monochromatic Colors of #FE9ACF
Black with #FE9ACF
Text Example
Text Example
White with #FE9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ACF; }
p { color: rgb(254,154,207); }
H1.HeaderClassName
{
color: #FE9ACF;
}
.AnyTagClassName
{
color: #FE9ACF;
}
</style>
background-color css
<style>
a { background-color: #FE9ACF; }
a { background-color: rgb(254,154,207); }
div.DivClassName
{
background-color: #FE9ACF;
}
.BgClassName
{
background-color: #FE9ACF;
}
</style>
border-color css
<style>
span { border-color: #FE9ACF; }
span { border-color: rgb(254,154,207); }
td.TdClassName
{
border-color: #FE9ACF;
}
.TagClassName
{
border-color: #FE9ACF;
}
</style>