Shades of Carnation Pink #F99BCB
Tints of Carnation Pink #F99BCB
RGB
CMYK
RGB Variations
Color information
#F99BCB (or 0xF99BCB) is known color: Carnation Pink. HEX triplet: F9, 9B and CB. RGB value is (249,155,203). Sum of RGB (Red+Green+Blue) = 249+155+203=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCB is #066434. Grayscale: #BCBCBC. Windows color (decimal): -418869 or 13343737. OLE color: 13343737.
HSL color Cylindrical-coordinate representation of color #F99BCB: hue angle of 329.36º 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 #F99BCB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 203 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 329.36º | 0.89% | 0.79% | - |
| HSV(B) | 329.36º | 0.38% | 0.98% | - |
| XYZ | 61.57 | 47.89 | 62.5 | - |
| YUV | 188.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 203 | 0 | 0.38 | 0.18 | 0.02 | 329.36 | 0.89 | 0.79 |
| Hex | F9 | 9B | CB | 0 | 26 | 12 | 2 | 149 | 59 | 4F |
| Octal | 371 | 233 | 313 | 0 | 46 | 22 | 2 | 511 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11001011 | 0 | 100110 | 10010 | 10 | 101001001 | 1011001 | 1001111 |
Color Harmonies of #F99BCB
Complementary color
Monochromatic Colors of #F99BCB
Black with #F99BCB
Text Example
Text Example
White with #F99BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BCB; }
p { color: rgb(249,155,203); }
H1.HeaderClassName
{
color: #F99BCB;
}
.AnyTagClassName
{
color: #F99BCB;
}
</style>
background-color css
<style>
a { background-color: #F99BCB; }
a { background-color: rgb(249,155,203); }
div.DivClassName
{
background-color: #F99BCB;
}
.BgClassName
{
background-color: #F99BCB;
}
</style>
border-color css
<style>
span { border-color: #F99BCB; }
span { border-color: rgb(249,155,203); }
td.TdClassName
{
border-color: #F99BCB;
}
.TagClassName
{
border-color: #F99BCB;
}
</style>