Shades of Carnation Pink #F89CCA
Tints of Carnation Pink #F89CCA
RGB
CMYK
RGB Variations
Color information
#F89CCA (or 0xF89CCA) is known color: Carnation Pink. HEX triplet: F8, 9C and CA. RGB value is (248,156,202). Sum of RGB (Red+Green+Blue) = 248+156+202=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CCA is #076335. Grayscale: #BCBCBC. Windows color (decimal): -484150 or 13278456. OLE color: 13278456.
HSL color Cylindrical-coordinate representation of color #F89CCA: hue angle of 330º 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 #F89CCA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 202 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.03 |
| HSL | 330º | 0.87% | 0.79% | - |
| HSV(B) | 330º | 0.37% | 0.97% | - |
| XYZ | 61.26 | 48 | 61.91 | - |
| YUV | 188.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 202 | 0 | 0.37 | 0.19 | 0.03 | 330 | 0.87 | 0.79 |
| Hex | F8 | 9C | CA | 0 | 25 | 13 | 3 | 14A | 57 | 4F |
| Octal | 370 | 234 | 312 | 0 | 45 | 23 | 3 | 512 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11001010 | 0 | 100101 | 10011 | 11 | 101001010 | 1010111 | 1001111 |
Color Harmonies of #F89CCA
Complementary color
Monochromatic Colors of #F89CCA
Black with #F89CCA
Text Example
Text Example
White with #F89CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CCA; }
p { color: rgb(248,156,202); }
H1.HeaderClassName
{
color: #F89CCA;
}
.AnyTagClassName
{
color: #F89CCA;
}
</style>
background-color css
<style>
a { background-color: #F89CCA; }
a { background-color: rgb(248,156,202); }
div.DivClassName
{
background-color: #F89CCA;
}
.BgClassName
{
background-color: #F89CCA;
}
</style>
border-color css
<style>
span { border-color: #F89CCA; }
span { border-color: rgb(248,156,202); }
td.TdClassName
{
border-color: #F89CCA;
}
.TagClassName
{
border-color: #F89CCA;
}
</style>