Shades of Carnation Pink #F89AD0
Tints of Carnation Pink #F89AD0
RGB
CMYK
RGB Variations
Color information
#F89AD0 (or 0xF89AD0) is known color: Carnation Pink. HEX triplet: F8, 9A and D0. RGB value is (248,154,208). Sum of RGB (Red+Green+Blue) = 248+154+208=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AD0 is #07652F. Grayscale: #BCBCBC. Windows color (decimal): -484656 or 13671160. OLE color: 13671160.
HSL color Cylindrical-coordinate representation of color #F89AD0: hue angle of 325.53º 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 #F89AD0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 208 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.03 |
| HSL | 325.53º | 0.87% | 0.79% | - |
| HSV(B) | 325.53º | 0.38% | 0.97% | - |
| XYZ | 61.65 | 47.62 | 65.62 | - |
| YUV | 188.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 208 | 0 | 0.38 | 0.16 | 0.03 | 325.53 | 0.87 | 0.79 |
| Hex | F8 | 9A | D0 | 0 | 26 | 10 | 3 | 146 | 57 | 4F |
| Octal | 370 | 232 | 320 | 0 | 46 | 20 | 3 | 506 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11010000 | 0 | 100110 | 10000 | 11 | 101000110 | 1010111 | 1001111 |
Color Harmonies of #F89AD0
Complementary color
Monochromatic Colors of #F89AD0
Black with #F89AD0
Text Example
Text Example
White with #F89AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AD0; }
p { color: rgb(248,154,208); }
H1.HeaderClassName
{
color: #F89AD0;
}
.AnyTagClassName
{
color: #F89AD0;
}
</style>
background-color css
<style>
a { background-color: #F89AD0; }
a { background-color: rgb(248,154,208); }
div.DivClassName
{
background-color: #F89AD0;
}
.BgClassName
{
background-color: #F89AD0;
}
</style>
border-color css
<style>
span { border-color: #F89AD0; }
span { border-color: rgb(248,154,208); }
td.TdClassName
{
border-color: #F89AD0;
}
.TagClassName
{
border-color: #F89AD0;
}
</style>