Shades of Carnation Pink #F5ACC9
Tints of Carnation Pink #F5ACC9
RGB
CMYK
RGB Variations
Color information
#F5ACC9 (or 0xF5ACC9) is known color: Carnation Pink. HEX triplet: F5, AC and C9. RGB value is (245,172,201). Sum of RGB (Red+Green+Blue) = 245+172+201=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACC9 is #0A5336. Grayscale: #C5C5C5. Windows color (decimal): -676663 or 13217013. OLE color: 13217013.
HSL color Cylindrical-coordinate representation of color #F5ACC9: hue angle of 336.16º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACC9 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 201 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.04 |
| HSL | 336.16º | 0.78% | 0.82% | - |
| HSV(B) | 336.16º | 0.3% | 0.96% | - |
| XYZ | 62.95 | 53.13 | 62.2 | - |
| YUV | 197.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 201 | 0 | 0.30 | 0.18 | 0.04 | 336.16 | 0.78 | 0.82 |
| Hex | F5 | AC | C9 | 0 | 1E | 12 | 4 | 150 | 4E | 52 |
| Octal | 365 | 254 | 311 | 0 | 36 | 22 | 4 | 520 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11001001 | 0 | 11110 | 10010 | 100 | 101010000 | 1001110 | 1010010 |
Color Harmonies of #F5ACC9
Complementary color
Monochromatic Colors of #F5ACC9
Black with #F5ACC9
Text Example
Text Example
White with #F5ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACC9; }
p { color: rgb(245,172,201); }
H1.HeaderClassName
{
color: #F5ACC9;
}
.AnyTagClassName
{
color: #F5ACC9;
}
</style>
background-color css
<style>
a { background-color: #F5ACC9; }
a { background-color: rgb(245,172,201); }
div.DivClassName
{
background-color: #F5ACC9;
}
.BgClassName
{
background-color: #F5ACC9;
}
</style>
border-color css
<style>
span { border-color: #F5ACC9; }
span { border-color: rgb(245,172,201); }
td.TdClassName
{
border-color: #F5ACC9;
}
.TagClassName
{
border-color: #F5ACC9;
}
</style>