Shades of Carnation Pink #F89BCD
Tints of Carnation Pink #F89BCD
RGB
CMYK
RGB Variations
Color information
#F89BCD (or 0xF89BCD) is known color: Carnation Pink. HEX triplet: F8, 9B and CD. RGB value is (248,155,205). Sum of RGB (Red+Green+Blue) = 248+155+205=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BCD is #076432. Grayscale: #BCBCBC. Windows color (decimal): -484403 or 13474808. OLE color: 13474808.
HSL color Cylindrical-coordinate representation of color #F89BCD: hue angle of 327.74º 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 #F89BCD is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 205 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.03 |
| HSL | 327.74º | 0.87% | 0.79% | - |
| HSV(B) | 327.74º | 0.38% | 0.97% | - |
| XYZ | 61.45 | 47.81 | 63.75 | - |
| YUV | 188.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 205 | 0 | 0.38 | 0.17 | 0.03 | 327.74 | 0.87 | 0.79 |
| Hex | F8 | 9B | CD | 0 | 26 | 11 | 3 | 148 | 57 | 4F |
| Octal | 370 | 233 | 315 | 0 | 46 | 21 | 3 | 510 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11001101 | 0 | 100110 | 10001 | 11 | 101001000 | 1010111 | 1001111 |
Color Harmonies of #F89BCD
Complementary color
Monochromatic Colors of #F89BCD
Black with #F89BCD
Text Example
Text Example
White with #F89BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BCD; }
p { color: rgb(248,155,205); }
H1.HeaderClassName
{
color: #F89BCD;
}
.AnyTagClassName
{
color: #F89BCD;
}
</style>
background-color css
<style>
a { background-color: #F89BCD; }
a { background-color: rgb(248,155,205); }
div.DivClassName
{
background-color: #F89BCD;
}
.BgClassName
{
background-color: #F89BCD;
}
</style>
border-color css
<style>
span { border-color: #F89BCD; }
span { border-color: rgb(248,155,205); }
td.TdClassName
{
border-color: #F89BCD;
}
.TagClassName
{
border-color: #F89BCD;
}
</style>