Shades of Carnation Pink #FF99BD
Tints of Carnation Pink #FF99BD
RGB
CMYK
RGB Variations
Color information
#FF99BD (or 0xFF99BD) is known color: Carnation Pink. HEX triplet: FF, 99 and BD. RGB value is (255,153,189). Sum of RGB (Red+Green+Blue) = 255+153+189=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99BD is #006642. Grayscale: #BBBBBB. Windows color (decimal): -26179 or 12425727. OLE color: 12425727.
HSL color Cylindrical-coordinate representation of color #FF99BD: hue angle of 338.82º 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 #FF99BD is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 189 | - |
| CMYK | 0 | 0.4 | 0.26 | 0 |
| HSL | 338.82º | 1% | 0.8% | - |
| HSV(B) | 338.82º | 0.4% | 1% | - |
| XYZ | 61.82 | 47.72 | 54.1 | - |
| YUV | 187.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 189 | 0 | 0.4 | 0.26 | 0 | 338.82 | 1 | 0.8 |
| Hex | FF | 99 | BD | 0 | 28 | 1A | 0 | 153 | 64 | 50 |
| Octal | 377 | 231 | 275 | 0 | 50 | 32 | 0 | 523 | 144 | 120 |
| Binary | 11111111 | 10011001 | 10111101 | 0 | 101000 | 11010 | 0 | 101010011 | 1100100 | 1010000 |
Color Harmonies of #FF99BD
Complementary color
Monochromatic Colors of #FF99BD
Black with #FF99BD
Text Example
Text Example
White with #FF99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99BD; }
p { color: rgb(255,153,189); }
H1.HeaderClassName
{
color: #FF99BD;
}
.AnyTagClassName
{
color: #FF99BD;
}
</style>
background-color css
<style>
a { background-color: #FF99BD; }
a { background-color: rgb(255,153,189); }
div.DivClassName
{
background-color: #FF99BD;
}
.BgClassName
{
background-color: #FF99BD;
}
</style>
border-color css
<style>
span { border-color: #FF99BD; }
span { border-color: rgb(255,153,189); }
td.TdClassName
{
border-color: #FF99BD;
}
.TagClassName
{
border-color: #FF99BD;
}
</style>