Shades of Carnation Pink #F99ABC
Tints of Carnation Pink #F99ABC
RGB
CMYK
RGB Variations
Color information
#F99ABC (or 0xF99ABC) is known color: Carnation Pink. HEX triplet: F9, 9A and BC. RGB value is (249,154,188). Sum of RGB (Red+Green+Blue) = 249+154+188=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ABC is #066543. Grayscale: #BABABA. Windows color (decimal): -419140 or 12360441. OLE color: 12360441.
HSL color Cylindrical-coordinate representation of color #F99ABC: hue angle of 338.53º 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 #F99ABC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 188 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.02 |
| HSL | 338.53º | 0.89% | 0.79% | - |
| HSV(B) | 338.53º | 0.38% | 0.98% | - |
| XYZ | 59.7 | 46.88 | 53.48 | - |
| YUV | 186.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 188 | 0 | 0.38 | 0.24 | 0.02 | 338.53 | 0.89 | 0.79 |
| Hex | F9 | 9A | BC | 0 | 26 | 18 | 2 | 153 | 59 | 4F |
| Octal | 371 | 232 | 274 | 0 | 46 | 30 | 2 | 523 | 131 | 117 |
| Binary | 11111001 | 10011010 | 10111100 | 0 | 100110 | 11000 | 10 | 101010011 | 1011001 | 1001111 |
Color Harmonies of #F99ABC
Complementary color
Monochromatic Colors of #F99ABC
Black with #F99ABC
Text Example
Text Example
White with #F99ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ABC; }
p { color: rgb(249,154,188); }
H1.HeaderClassName
{
color: #F99ABC;
}
.AnyTagClassName
{
color: #F99ABC;
}
</style>
background-color css
<style>
a { background-color: #F99ABC; }
a { background-color: rgb(249,154,188); }
div.DivClassName
{
background-color: #F99ABC;
}
.BgClassName
{
background-color: #F99ABC;
}
</style>
border-color css
<style>
span { border-color: #F99ABC; }
span { border-color: rgb(249,154,188); }
td.TdClassName
{
border-color: #F99ABC;
}
.TagClassName
{
border-color: #F99ABC;
}
</style>