Shades of Carnation Pink #F99ACB
Tints of Carnation Pink #F99ACB
RGB
CMYK
RGB Variations
Color information
#F99ACB (or 0xF99ACB) is known color: Carnation Pink. HEX triplet: F9, 9A and CB. RGB value is (249,154,203). Sum of RGB (Red+Green+Blue) = 249+154+203=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ACB is #066534. Grayscale: #BBBBBB. Windows color (decimal): -419125 or 13343481. OLE color: 13343481.
HSL color Cylindrical-coordinate representation of color #F99ACB: hue angle of 329.05º 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 #F99ACB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 203 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 329.05º | 0.89% | 0.79% | - |
| HSV(B) | 329.05º | 0.38% | 0.98% | - |
| XYZ | 61.4 | 47.56 | 62.44 | - |
| YUV | 187.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 203 | 0 | 0.38 | 0.18 | 0.02 | 329.05 | 0.89 | 0.79 |
| Hex | F9 | 9A | CB | 0 | 26 | 12 | 2 | 149 | 59 | 4F |
| Octal | 371 | 232 | 313 | 0 | 46 | 22 | 2 | 511 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11001011 | 0 | 100110 | 10010 | 10 | 101001001 | 1011001 | 1001111 |
Color Harmonies of #F99ACB
Complementary color
Monochromatic Colors of #F99ACB
Black with #F99ACB
Text Example
Text Example
White with #F99ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ACB; }
p { color: rgb(249,154,203); }
H1.HeaderClassName
{
color: #F99ACB;
}
.AnyTagClassName
{
color: #F99ACB;
}
</style>
background-color css
<style>
a { background-color: #F99ACB; }
a { background-color: rgb(249,154,203); }
div.DivClassName
{
background-color: #F99ACB;
}
.BgClassName
{
background-color: #F99ACB;
}
</style>
border-color css
<style>
span { border-color: #F99ACB; }
span { border-color: rgb(249,154,203); }
td.TdClassName
{
border-color: #F99ACB;
}
.TagClassName
{
border-color: #F99ACB;
}
</style>