Shades of Carnation Pink #F89CBC
Tints of Carnation Pink #F89CBC
RGB
CMYK
RGB Variations
Color information
#F89CBC (or 0xF89CBC) is known color: Carnation Pink. HEX triplet: F8, 9C and BC. RGB value is (248,156,188). Sum of RGB (Red+Green+Blue) = 248+156+188=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CBC is #076343. Grayscale: #BBBBBB. Windows color (decimal): -484164 or 12360952. OLE color: 12360952.
HSL color Cylindrical-coordinate representation of color #F89CBC: hue angle of 339.13º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CBC is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 188 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.03 |
| HSL | 339.13º | 0.87% | 0.79% | - |
| HSV(B) | 339.13º | 0.37% | 0.97% | - |
| XYZ | 59.68 | 47.36 | 53.57 | - |
| YUV | 187.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 188 | 0 | 0.37 | 0.24 | 0.03 | 339.13 | 0.87 | 0.79 |
| Hex | F8 | 9C | BC | 0 | 25 | 18 | 3 | 153 | 57 | 4F |
| Octal | 370 | 234 | 274 | 0 | 45 | 30 | 3 | 523 | 127 | 117 |
| Binary | 11111000 | 10011100 | 10111100 | 0 | 100101 | 11000 | 11 | 101010011 | 1010111 | 1001111 |
Color Harmonies of #F89CBC
Complementary color
Monochromatic Colors of #F89CBC
Black with #F89CBC
Text Example
Text Example
White with #F89CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CBC; }
p { color: rgb(248,156,188); }
H1.HeaderClassName
{
color: #F89CBC;
}
.AnyTagClassName
{
color: #F89CBC;
}
</style>
background-color css
<style>
a { background-color: #F89CBC; }
a { background-color: rgb(248,156,188); }
div.DivClassName
{
background-color: #F89CBC;
}
.BgClassName
{
background-color: #F89CBC;
}
</style>
border-color css
<style>
span { border-color: #F89CBC; }
span { border-color: rgb(248,156,188); }
td.TdClassName
{
border-color: #F89CBC;
}
.TagClassName
{
border-color: #F89CBC;
}
</style>