Shades of Carnation Pink #F89CCB
Tints of Carnation Pink #F89CCB
RGB
CMYK
RGB Variations
Color information
#F89CCB (or 0xF89CCB) is known color: Carnation Pink. HEX triplet: F8, 9C and CB. RGB value is (248,156,203). Sum of RGB (Red+Green+Blue) = 248+156+203=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89CCB is #076334. Grayscale: #BCBCBC. Windows color (decimal): -484149 or 13343992. OLE color: 13343992.
HSL color Cylindrical-coordinate representation of color #F89CCB: hue angle of 329.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 #F89CCB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 203 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.03 |
| HSL | 329.35º | 0.87% | 0.79% | - |
| HSV(B) | 329.35º | 0.37% | 0.97% | - |
| XYZ | 61.38 | 48.05 | 62.54 | - |
| YUV | 188.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 203 | 0 | 0.37 | 0.18 | 0.03 | 329.35 | 0.87 | 0.79 |
| Hex | F8 | 9C | CB | 0 | 25 | 12 | 3 | 149 | 57 | 4F |
| Octal | 370 | 234 | 313 | 0 | 45 | 22 | 3 | 511 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11001011 | 0 | 100101 | 10010 | 11 | 101001001 | 1010111 | 1001111 |
Color Harmonies of #F89CCB
Complementary color
Monochromatic Colors of #F89CCB
Black with #F89CCB
Text Example
Text Example
White with #F89CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CCB; }
p { color: rgb(248,156,203); }
H1.HeaderClassName
{
color: #F89CCB;
}
.AnyTagClassName
{
color: #F89CCB;
}
</style>
background-color css
<style>
a { background-color: #F89CCB; }
a { background-color: rgb(248,156,203); }
div.DivClassName
{
background-color: #F89CCB;
}
.BgClassName
{
background-color: #F89CCB;
}
</style>
border-color css
<style>
span { border-color: #F89CCB; }
span { border-color: rgb(248,156,203); }
td.TdClassName
{
border-color: #F89CCB;
}
.TagClassName
{
border-color: #F89CCB;
}
</style>