Shades of Carnation Pink #F99BBC
Tints of Carnation Pink #F99BBC
RGB
CMYK
RGB Variations
Color information
#F99BBC (or 0xF99BBC) is known color: Carnation Pink. HEX triplet: F9, 9B and BC. RGB value is (249,155,188). Sum of RGB (Red+Green+Blue) = 249+155+188=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BBC is #066443. Grayscale: #BABABA. Windows color (decimal): -418884 or 12360697. OLE color: 12360697.
HSL color Cylindrical-coordinate representation of color #F99BBC: hue angle of 338.94º 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 #F99BBC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 188 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.02 |
| HSL | 338.94º | 0.89% | 0.79% | - |
| HSV(B) | 338.94º | 0.38% | 0.98% | - |
| XYZ | 59.87 | 47.21 | 53.53 | - |
| YUV | 186.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 188 | 0 | 0.38 | 0.24 | 0.02 | 338.94 | 0.89 | 0.79 |
| Hex | F9 | 9B | BC | 0 | 26 | 18 | 2 | 153 | 59 | 4F |
| Octal | 371 | 233 | 274 | 0 | 46 | 30 | 2 | 523 | 131 | 117 |
| Binary | 11111001 | 10011011 | 10111100 | 0 | 100110 | 11000 | 10 | 101010011 | 1011001 | 1001111 |
Color Harmonies of #F99BBC
Complementary color
Monochromatic Colors of #F99BBC
Black with #F99BBC
Text Example
Text Example
White with #F99BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BBC; }
p { color: rgb(249,155,188); }
H1.HeaderClassName
{
color: #F99BBC;
}
.AnyTagClassName
{
color: #F99BBC;
}
</style>
background-color css
<style>
a { background-color: #F99BBC; }
a { background-color: rgb(249,155,188); }
div.DivClassName
{
background-color: #F99BBC;
}
.BgClassName
{
background-color: #F99BBC;
}
</style>
border-color css
<style>
span { border-color: #F99BBC; }
span { border-color: rgb(249,155,188); }
td.TdClassName
{
border-color: #F99BBC;
}
.TagClassName
{
border-color: #F99BBC;
}
</style>