Shades of Carnation Pink #F89DCD
Tints of Carnation Pink #F89DCD
RGB
CMYK
RGB Variations
Color information
#F89DCD (or 0xF89DCD) is known color: Carnation Pink. HEX triplet: F8, 9D and CD. RGB value is (248,157,205). Sum of RGB (Red+Green+Blue) = 248+157+205=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DCD is #076232. Grayscale: #BDBDBD. Windows color (decimal): -483891 or 13475320. OLE color: 13475320.
HSL color Cylindrical-coordinate representation of color #F89DCD: hue angle of 328.35º 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 #F89DCD is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 205 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.03 |
| HSL | 328.35º | 0.87% | 0.79% | - |
| HSV(B) | 328.35º | 0.37% | 0.97% | - |
| XYZ | 61.79 | 48.48 | 63.86 | - |
| YUV | 189.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 205 | 0 | 0.37 | 0.17 | 0.03 | 328.35 | 0.87 | 0.79 |
| Hex | F8 | 9D | CD | 0 | 25 | 11 | 3 | 148 | 57 | 4F |
| Octal | 370 | 235 | 315 | 0 | 45 | 21 | 3 | 510 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11001101 | 0 | 100101 | 10001 | 11 | 101001000 | 1010111 | 1001111 |
Color Harmonies of #F89DCD
Complementary color
Monochromatic Colors of #F89DCD
Black with #F89DCD
Text Example
Text Example
White with #F89DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DCD; }
p { color: rgb(248,157,205); }
H1.HeaderClassName
{
color: #F89DCD;
}
.AnyTagClassName
{
color: #F89DCD;
}
</style>
background-color css
<style>
a { background-color: #F89DCD; }
a { background-color: rgb(248,157,205); }
div.DivClassName
{
background-color: #F89DCD;
}
.BgClassName
{
background-color: #F89DCD;
}
</style>
border-color css
<style>
span { border-color: #F89DCD; }
span { border-color: rgb(248,157,205); }
td.TdClassName
{
border-color: #F89DCD;
}
.TagClassName
{
border-color: #F89DCD;
}
</style>