Shades of Carnation Pink #F99BCE
Tints of Carnation Pink #F99BCE
RGB
CMYK
RGB Variations
Color information
#F99BCE (or 0xF99BCE) is known color: Carnation Pink. HEX triplet: F9, 9B and CE. RGB value is (249,155,206). Sum of RGB (Red+Green+Blue) = 249+155+206=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCE is #066431. Grayscale: #BCBCBC. Windows color (decimal): -418866 or 13540345. OLE color: 13540345.
HSL color Cylindrical-coordinate representation of color #F99BCE: hue angle of 327.45º 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 #F99BCE is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 206 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.02 |
| HSL | 327.45º | 0.89% | 0.79% | - |
| HSV(B) | 327.45º | 0.38% | 0.98% | - |
| XYZ | 61.93 | 48.04 | 64.4 | - |
| YUV | 188.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 206 | 0 | 0.38 | 0.17 | 0.02 | 327.45 | 0.89 | 0.79 |
| Hex | F9 | 9B | CE | 0 | 26 | 11 | 2 | 147 | 59 | 4F |
| Octal | 371 | 233 | 316 | 0 | 46 | 21 | 2 | 507 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11001110 | 0 | 100110 | 10001 | 10 | 101000111 | 1011001 | 1001111 |
Color Harmonies of #F99BCE
Complementary color
Monochromatic Colors of #F99BCE
Black with #F99BCE
Text Example
Text Example
White with #F99BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BCE; }
p { color: rgb(249,155,206); }
H1.HeaderClassName
{
color: #F99BCE;
}
.AnyTagClassName
{
color: #F99BCE;
}
</style>
background-color css
<style>
a { background-color: #F99BCE; }
a { background-color: rgb(249,155,206); }
div.DivClassName
{
background-color: #F99BCE;
}
.BgClassName
{
background-color: #F99BCE;
}
</style>
border-color css
<style>
span { border-color: #F99BCE; }
span { border-color: rgb(249,155,206); }
td.TdClassName
{
border-color: #F99BCE;
}
.TagClassName
{
border-color: #F99BCE;
}
</style>