Shades of Carnation Pink #FF99BC
Tints of Carnation Pink #FF99BC
RGB
CMYK
RGB Variations
Color information
#FF99BC (or 0xFF99BC) is known color: Carnation Pink. HEX triplet: FF, 99 and BC. RGB value is (255,153,188). Sum of RGB (Red+Green+Blue) = 255+153+188=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99BC is #006643. Grayscale: #BBBBBB. Windows color (decimal): -26180 or 12360191. OLE color: 12360191.
HSL color Cylindrical-coordinate representation of color #FF99BC: hue angle of 339.41º 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 #FF99BC is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 188 | - |
| CMYK | 0 | 0.4 | 0.26 | 0 |
| HSL | 339.41º | 1% | 0.8% | - |
| HSV(B) | 339.41º | 0.4% | 1% | - |
| XYZ | 61.71 | 47.67 | 53.53 | - |
| YUV | 187.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 188 | 0 | 0.4 | 0.26 | 0 | 339.41 | 1 | 0.8 |
| Hex | FF | 99 | BC | 0 | 28 | 1A | 0 | 153 | 64 | 50 |
| Octal | 377 | 231 | 274 | 0 | 50 | 32 | 0 | 523 | 144 | 120 |
| Binary | 11111111 | 10011001 | 10111100 | 0 | 101000 | 11010 | 0 | 101010011 | 1100100 | 1010000 |
Color Harmonies of #FF99BC
Complementary color
Monochromatic Colors of #FF99BC
Black with #FF99BC
Text Example
Text Example
White with #FF99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99BC; }
p { color: rgb(255,153,188); }
H1.HeaderClassName
{
color: #FF99BC;
}
.AnyTagClassName
{
color: #FF99BC;
}
</style>
background-color css
<style>
a { background-color: #FF99BC; }
a { background-color: rgb(255,153,188); }
div.DivClassName
{
background-color: #FF99BC;
}
.BgClassName
{
background-color: #FF99BC;
}
</style>
border-color css
<style>
span { border-color: #FF99BC; }
span { border-color: rgb(255,153,188); }
td.TdClassName
{
border-color: #FF99BC;
}
.TagClassName
{
border-color: #FF99BC;
}
</style>