Shades of Carnation Pink #F99BC2
Tints of Carnation Pink #F99BC2
RGB
CMYK
RGB Variations
Color information
#F99BC2 (or 0xF99BC2) is known color: Carnation Pink. HEX triplet: F9, 9B and C2. RGB value is (249,155,194). Sum of RGB (Red+Green+Blue) = 249+155+194=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC2 is #06643D. Grayscale: #BBBBBB. Windows color (decimal): -418878 or 12753913. OLE color: 12753913.
HSL color Cylindrical-coordinate representation of color #F99BC2: hue angle of 335.11º 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 #F99BC2 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 194 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.02 |
| HSL | 335.11º | 0.89% | 0.79% | - |
| HSV(B) | 335.11º | 0.38% | 0.98% | - |
| XYZ | 60.53 | 47.48 | 57.01 | - |
| YUV | 187.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 194 | 0 | 0.38 | 0.22 | 0.02 | 335.11 | 0.89 | 0.79 |
| Hex | F9 | 9B | C2 | 0 | 26 | 16 | 2 | 14F | 59 | 4F |
| Octal | 371 | 233 | 302 | 0 | 46 | 26 | 2 | 517 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11000010 | 0 | 100110 | 10110 | 10 | 101001111 | 1011001 | 1001111 |
Color Harmonies of #F99BC2
Complementary color
Monochromatic Colors of #F99BC2
Black with #F99BC2
Text Example
Text Example
White with #F99BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BC2; }
p { color: rgb(249,155,194); }
H1.HeaderClassName
{
color: #F99BC2;
}
.AnyTagClassName
{
color: #F99BC2;
}
</style>
background-color css
<style>
a { background-color: #F99BC2; }
a { background-color: rgb(249,155,194); }
div.DivClassName
{
background-color: #F99BC2;
}
.BgClassName
{
background-color: #F99BC2;
}
</style>
border-color css
<style>
span { border-color: #F99BC2; }
span { border-color: rgb(249,155,194); }
td.TdClassName
{
border-color: #F99BC2;
}
.TagClassName
{
border-color: #F99BC2;
}
</style>