Shades of Carnation Pink #F89BC2
Tints of Carnation Pink #F89BC2
RGB
CMYK
RGB Variations
Color information
#F89BC2 (or 0xF89BC2) is known color: Carnation Pink. HEX triplet: F8, 9B and C2. RGB value is (248,155,194). Sum of RGB (Red+Green+Blue) = 248+155+194=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BC2 is #07643D. Grayscale: #BBBBBB. Windows color (decimal): -484414 or 12753912. OLE color: 12753912.
HSL color Cylindrical-coordinate representation of color #F89BC2: hue angle of 334.84º 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 #F89BC2 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 194 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.03 |
| HSL | 334.84º | 0.87% | 0.79% | - |
| HSV(B) | 334.84º | 0.38% | 0.97% | - |
| XYZ | 60.17 | 47.29 | 57 | - |
| YUV | 187.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 194 | 0 | 0.38 | 0.22 | 0.03 | 334.84 | 0.87 | 0.79 |
| Hex | F8 | 9B | C2 | 0 | 26 | 16 | 3 | 14F | 57 | 4F |
| Octal | 370 | 233 | 302 | 0 | 46 | 26 | 3 | 517 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11000010 | 0 | 100110 | 10110 | 11 | 101001111 | 1010111 | 1001111 |
Color Harmonies of #F89BC2
Complementary color
Monochromatic Colors of #F89BC2
Black with #F89BC2
Text Example
Text Example
White with #F89BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BC2; }
p { color: rgb(248,155,194); }
H1.HeaderClassName
{
color: #F89BC2;
}
.AnyTagClassName
{
color: #F89BC2;
}
</style>
background-color css
<style>
a { background-color: #F89BC2; }
a { background-color: rgb(248,155,194); }
div.DivClassName
{
background-color: #F89BC2;
}
.BgClassName
{
background-color: #F89BC2;
}
</style>
border-color css
<style>
span { border-color: #F89BC2; }
span { border-color: rgb(248,155,194); }
td.TdClassName
{
border-color: #F89BC2;
}
.TagClassName
{
border-color: #F89BC2;
}
</style>