Shades of Carnation Pink #F89CBE
Tints of Carnation Pink #F89CBE
RGB
CMYK
RGB Variations
Color information
#F89CBE (or 0xF89CBE) is known color: Carnation Pink. HEX triplet: F8, 9C and BE. RGB value is (248,156,190). Sum of RGB (Red+Green+Blue) = 248+156+190=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CBE is #076341. Grayscale: #BBBBBB. Windows color (decimal): -484162 or 12492024. OLE color: 12492024.
HSL color Cylindrical-coordinate representation of color #F89CBE: hue angle of 337.83º 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 #F89CBE is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 190 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.03 |
| HSL | 337.83º | 0.87% | 0.79% | - |
| HSV(B) | 337.83º | 0.37% | 0.97% | - |
| XYZ | 59.89 | 47.45 | 54.72 | - |
| YUV | 187.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 190 | 0 | 0.37 | 0.23 | 0.03 | 337.83 | 0.87 | 0.79 |
| Hex | F8 | 9C | BE | 0 | 25 | 17 | 3 | 152 | 57 | 4F |
| Octal | 370 | 234 | 276 | 0 | 45 | 27 | 3 | 522 | 127 | 117 |
| Binary | 11111000 | 10011100 | 10111110 | 0 | 100101 | 10111 | 11 | 101010010 | 1010111 | 1001111 |
Color Harmonies of #F89CBE
Complementary color
Monochromatic Colors of #F89CBE
Black with #F89CBE
Text Example
Text Example
White with #F89CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CBE; }
p { color: rgb(248,156,190); }
H1.HeaderClassName
{
color: #F89CBE;
}
.AnyTagClassName
{
color: #F89CBE;
}
</style>
background-color css
<style>
a { background-color: #F89CBE; }
a { background-color: rgb(248,156,190); }
div.DivClassName
{
background-color: #F89CBE;
}
.BgClassName
{
background-color: #F89CBE;
}
</style>
border-color css
<style>
span { border-color: #F89CBE; }
span { border-color: rgb(248,156,190); }
td.TdClassName
{
border-color: #F89CBE;
}
.TagClassName
{
border-color: #F89CBE;
}
</style>