Shades of Carnation Pink #F89ECC
Tints of Carnation Pink #F89ECC
RGB
CMYK
RGB Variations
Color information
#F89ECC (or 0xF89ECC) is known color: Carnation Pink. HEX triplet: F8, 9E and CC. RGB value is (248,158,204). Sum of RGB (Red+Green+Blue) = 248+158+204=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ECC is #076133. Grayscale: #BEBEBE. Windows color (decimal): -483636 or 13410040. OLE color: 13410040.
HSL color Cylindrical-coordinate representation of color #F89ECC: hue angle of 329.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89ECC is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 204 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.03 |
| HSL | 329.33º | 0.87% | 0.8% | - |
| HSV(B) | 329.33º | 0.36% | 0.97% | - |
| XYZ | 61.84 | 48.77 | 63.28 | - |
| YUV | 190.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 204 | 0 | 0.36 | 0.18 | 0.03 | 329.33 | 0.87 | 0.8 |
| Hex | F8 | 9E | CC | 0 | 24 | 12 | 3 | 149 | 57 | 50 |
| Octal | 370 | 236 | 314 | 0 | 44 | 22 | 3 | 511 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11001100 | 0 | 100100 | 10010 | 11 | 101001001 | 1010111 | 1010000 |
Color Harmonies of #F89ECC
Complementary color
Monochromatic Colors of #F89ECC
Black with #F89ECC
Text Example
Text Example
White with #F89ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ECC; }
p { color: rgb(248,158,204); }
H1.HeaderClassName
{
color: #F89ECC;
}
.AnyTagClassName
{
color: #F89ECC;
}
</style>
background-color css
<style>
a { background-color: #F89ECC; }
a { background-color: rgb(248,158,204); }
div.DivClassName
{
background-color: #F89ECC;
}
.BgClassName
{
background-color: #F89ECC;
}
</style>
border-color css
<style>
span { border-color: #F89ECC; }
span { border-color: rgb(248,158,204); }
td.TdClassName
{
border-color: #F89ECC;
}
.TagClassName
{
border-color: #F89ECC;
}
</style>