Shades of Carnation Pink #F89EC5
Tints of Carnation Pink #F89EC5
RGB
CMYK
RGB Variations
Color information
#F89EC5 (or 0xF89EC5) is known color: Carnation Pink. HEX triplet: F8, 9E and C5. RGB value is (248,158,197). Sum of RGB (Red+Green+Blue) = 248+158+197=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EC5 is #07613A. Grayscale: #BDBDBD. Windows color (decimal): -483643 or 12951288. OLE color: 12951288.
HSL color Cylindrical-coordinate representation of color #F89EC5: hue angle of 334º 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 #F89EC5 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 197 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.03 |
| HSL | 334º | 0.87% | 0.8% | - |
| HSV(B) | 334º | 0.36% | 0.97% | - |
| XYZ | 61.02 | 48.44 | 58.96 | - |
| YUV | 189.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 197 | 0 | 0.36 | 0.21 | 0.03 | 334 | 0.87 | 0.8 |
| Hex | F8 | 9E | C5 | 0 | 24 | 15 | 3 | 14E | 57 | 50 |
| Octal | 370 | 236 | 305 | 0 | 44 | 25 | 3 | 516 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11000101 | 0 | 100100 | 10101 | 11 | 101001110 | 1010111 | 1010000 |
Color Harmonies of #F89EC5
Complementary color
Monochromatic Colors of #F89EC5
Black with #F89EC5
Text Example
Text Example
White with #F89EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89EC5; }
p { color: rgb(248,158,197); }
H1.HeaderClassName
{
color: #F89EC5;
}
.AnyTagClassName
{
color: #F89EC5;
}
</style>
background-color css
<style>
a { background-color: #F89EC5; }
a { background-color: rgb(248,158,197); }
div.DivClassName
{
background-color: #F89EC5;
}
.BgClassName
{
background-color: #F89EC5;
}
</style>
border-color css
<style>
span { border-color: #F89EC5; }
span { border-color: rgb(248,158,197); }
td.TdClassName
{
border-color: #F89EC5;
}
.TagClassName
{
border-color: #F89EC5;
}
</style>