Shades of Carnation Pink #F89BCC
Tints of Carnation Pink #F89BCC
RGB
CMYK
RGB Variations
Color information
#F89BCC (or 0xF89BCC) is known color: Carnation Pink. HEX triplet: F8, 9B and CC. RGB value is (248,155,204). Sum of RGB (Red+Green+Blue) = 248+155+204=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BCC is #076433. Grayscale: #BCBCBC. Windows color (decimal): -484404 or 13409272. OLE color: 13409272.
HSL color Cylindrical-coordinate representation of color #F89BCC: hue angle of 328.39º 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 #F89BCC is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 204 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.03 |
| HSL | 328.39º | 0.87% | 0.79% | - |
| HSV(B) | 328.39º | 0.38% | 0.97% | - |
| XYZ | 61.33 | 47.76 | 63.11 | - |
| YUV | 188.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 204 | 0 | 0.38 | 0.18 | 0.03 | 328.39 | 0.87 | 0.79 |
| Hex | F8 | 9B | CC | 0 | 26 | 12 | 3 | 148 | 57 | 4F |
| Octal | 370 | 233 | 314 | 0 | 46 | 22 | 3 | 510 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11001100 | 0 | 100110 | 10010 | 11 | 101001000 | 1010111 | 1001111 |
Color Harmonies of #F89BCC
Complementary color
Monochromatic Colors of #F89BCC
Black with #F89BCC
Text Example
Text Example
White with #F89BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BCC; }
p { color: rgb(248,155,204); }
H1.HeaderClassName
{
color: #F89BCC;
}
.AnyTagClassName
{
color: #F89BCC;
}
</style>
background-color css
<style>
a { background-color: #F89BCC; }
a { background-color: rgb(248,155,204); }
div.DivClassName
{
background-color: #F89BCC;
}
.BgClassName
{
background-color: #F89BCC;
}
</style>
border-color css
<style>
span { border-color: #F89BCC; }
span { border-color: rgb(248,155,204); }
td.TdClassName
{
border-color: #F89BCC;
}
.TagClassName
{
border-color: #F89BCC;
}
</style>