Shades of Carnation Pink #F99BC8
Tints of Carnation Pink #F99BC8
RGB
CMYK
RGB Variations
Color information
#F99BC8 (or 0xF99BC8) is known color: Carnation Pink. HEX triplet: F9, 9B and C8. RGB value is (249,155,200). Sum of RGB (Red+Green+Blue) = 249+155+200=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC8 is #066437. Grayscale: #BCBCBC. Windows color (decimal): -418872 or 13147129. OLE color: 13147129.
HSL color Cylindrical-coordinate representation of color #F99BC8: hue angle of 331.28º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BC8 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 200 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.02 |
| HSL | 331.28º | 0.89% | 0.79% | - |
| HSV(B) | 331.28º | 0.38% | 0.98% | - |
| XYZ | 61.21 | 47.75 | 60.63 | - |
| YUV | 188.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 200 | 0 | 0.38 | 0.20 | 0.02 | 331.28 | 0.89 | 0.79 |
| Hex | F9 | 9B | C8 | 0 | 26 | 14 | 2 | 14B | 59 | 4F |
| Octal | 371 | 233 | 310 | 0 | 46 | 24 | 2 | 513 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11001000 | 0 | 100110 | 10100 | 10 | 101001011 | 1011001 | 1001111 |
Color Harmonies of #F99BC8
Complementary color
Monochromatic Colors of #F99BC8
Black with #F99BC8
Text Example
Text Example
White with #F99BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BC8; }
p { color: rgb(249,155,200); }
H1.HeaderClassName
{
color: #F99BC8;
}
.AnyTagClassName
{
color: #F99BC8;
}
</style>
background-color css
<style>
a { background-color: #F99BC8; }
a { background-color: rgb(249,155,200); }
div.DivClassName
{
background-color: #F99BC8;
}
.BgClassName
{
background-color: #F99BC8;
}
</style>
border-color css
<style>
span { border-color: #F99BC8; }
span { border-color: rgb(249,155,200); }
td.TdClassName
{
border-color: #F99BC8;
}
.TagClassName
{
border-color: #F99BC8;
}
</style>