Shades of Carnation Pink #FF99BA
Tints of Carnation Pink #FF99BA
RGB
CMYK
RGB Variations
Color information
#FF99BA (or 0xFF99BA) is known color: Carnation Pink. HEX triplet: FF, 99 and BA. RGB value is (255,153,186). Sum of RGB (Red+Green+Blue) = 255+153+186=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99BA is #006645. Grayscale: #BBBBBB. Windows color (decimal): -26182 or 12229119. OLE color: 12229119.
HSL color Cylindrical-coordinate representation of color #FF99BA: hue angle of 340.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99BA is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 186 | - |
| CMYK | 0 | 0.4 | 0.27 | 0 |
| HSL | 340.59º | 1% | 0.8% | - |
| HSV(B) | 340.59º | 0.4% | 1% | - |
| XYZ | 61.49 | 47.59 | 52.4 | - |
| YUV | 187.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 186 | 0 | 0.4 | 0.27 | 0 | 340.59 | 1 | 0.8 |
| Hex | FF | 99 | BA | 0 | 28 | 1B | 0 | 155 | 64 | 50 |
| Octal | 377 | 231 | 272 | 0 | 50 | 33 | 0 | 525 | 144 | 120 |
| Binary | 11111111 | 10011001 | 10111010 | 0 | 101000 | 11011 | 0 | 101010101 | 1100100 | 1010000 |
Color Harmonies of #FF99BA
Complementary color
Monochromatic Colors of #FF99BA
Black with #FF99BA
Text Example
Text Example
White with #FF99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99BA; }
p { color: rgb(255,153,186); }
H1.HeaderClassName
{
color: #FF99BA;
}
.AnyTagClassName
{
color: #FF99BA;
}
</style>
background-color css
<style>
a { background-color: #FF99BA; }
a { background-color: rgb(255,153,186); }
div.DivClassName
{
background-color: #FF99BA;
}
.BgClassName
{
background-color: #FF99BA;
}
</style>
border-color css
<style>
span { border-color: #FF99BA; }
span { border-color: rgb(255,153,186); }
td.TdClassName
{
border-color: #FF99BA;
}
.TagClassName
{
border-color: #FF99BA;
}
</style>