Shades of Carnation Pink #F89BC3
Tints of Carnation Pink #F89BC3
RGB
CMYK
RGB Variations
Color information
#F89BC3 (or 0xF89BC3) is known color: Carnation Pink. HEX triplet: F8, 9B and C3. RGB value is (248,155,195). Sum of RGB (Red+Green+Blue) = 248+155+195=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BC3 is #07643C. Grayscale: #BBBBBB. Windows color (decimal): -484413 or 12819448. OLE color: 12819448.
HSL color Cylindrical-coordinate representation of color #F89BC3: hue angle of 334.19º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BC3 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 195 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.03 |
| HSL | 334.19º | 0.87% | 0.79% | - |
| HSV(B) | 334.19º | 0.38% | 0.97% | - |
| XYZ | 60.28 | 47.34 | 57.59 | - |
| YUV | 187.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 195 | 0 | 0.38 | 0.21 | 0.03 | 334.19 | 0.87 | 0.79 |
| Hex | F8 | 9B | C3 | 0 | 26 | 15 | 3 | 14E | 57 | 4F |
| Octal | 370 | 233 | 303 | 0 | 46 | 25 | 3 | 516 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11000011 | 0 | 100110 | 10101 | 11 | 101001110 | 1010111 | 1001111 |
Color Harmonies of #F89BC3
Complementary color
Monochromatic Colors of #F89BC3
Black with #F89BC3
Text Example
Text Example
White with #F89BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BC3; }
p { color: rgb(248,155,195); }
H1.HeaderClassName
{
color: #F89BC3;
}
.AnyTagClassName
{
color: #F89BC3;
}
</style>
background-color css
<style>
a { background-color: #F89BC3; }
a { background-color: rgb(248,155,195); }
div.DivClassName
{
background-color: #F89BC3;
}
.BgClassName
{
background-color: #F89BC3;
}
</style>
border-color css
<style>
span { border-color: #F89BC3; }
span { border-color: rgb(248,155,195); }
td.TdClassName
{
border-color: #F89BC3;
}
.TagClassName
{
border-color: #F89BC3;
}
</style>