Shades of Carnation Pink #F89ACD
Tints of Carnation Pink #F89ACD
RGB
CMYK
RGB Variations
Color information
#F89ACD (or 0xF89ACD) is known color: Carnation Pink. HEX triplet: F8, 9A and CD. RGB value is (248,154,205). Sum of RGB (Red+Green+Blue) = 248+154+205=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ACD is #076532. Grayscale: #BBBBBB. Windows color (decimal): -484659 or 13474552. OLE color: 13474552.
HSL color Cylindrical-coordinate representation of color #F89ACD: hue angle of 327.45º 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 #F89ACD is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 205 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.03 |
| HSL | 327.45º | 0.87% | 0.79% | - |
| HSV(B) | 327.45º | 0.38% | 0.97% | - |
| XYZ | 61.29 | 47.48 | 63.69 | - |
| YUV | 187.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 205 | 0 | 0.38 | 0.17 | 0.03 | 327.45 | 0.87 | 0.79 |
| Hex | F8 | 9A | CD | 0 | 26 | 11 | 3 | 147 | 57 | 4F |
| Octal | 370 | 232 | 315 | 0 | 46 | 21 | 3 | 507 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11001101 | 0 | 100110 | 10001 | 11 | 101000111 | 1010111 | 1001111 |
Color Harmonies of #F89ACD
Complementary color
Monochromatic Colors of #F89ACD
Black with #F89ACD
Text Example
Text Example
White with #F89ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ACD; }
p { color: rgb(248,154,205); }
H1.HeaderClassName
{
color: #F89ACD;
}
.AnyTagClassName
{
color: #F89ACD;
}
</style>
background-color css
<style>
a { background-color: #F89ACD; }
a { background-color: rgb(248,154,205); }
div.DivClassName
{
background-color: #F89ACD;
}
.BgClassName
{
background-color: #F89ACD;
}
</style>
border-color css
<style>
span { border-color: #F89ACD; }
span { border-color: rgb(248,154,205); }
td.TdClassName
{
border-color: #F89ACD;
}
.TagClassName
{
border-color: #F89ACD;
}
</style>