Shades of Carnation Pink #F4AAC9
Tints of Carnation Pink #F4AAC9
RGB
CMYK
RGB Variations
Color information
#F4AAC9 (or 0xF4AAC9) is known color: Carnation Pink. HEX triplet: F4, AA and C9. RGB value is (244,170,201). Sum of RGB (Red+Green+Blue) = 244+170+201=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AAC9 is #0B5536. Grayscale: #C3C3C3. Windows color (decimal): -742711 or 13216500. OLE color: 13216500.
HSL color Cylindrical-coordinate representation of color #F4AAC9: hue angle of 334.86º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAC9 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 201 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.04 |
| HSL | 334.86º | 0.77% | 0.81% | - |
| HSV(B) | 334.86º | 0.3% | 0.96% | - |
| XYZ | 62.23 | 52.2 | 62.05 | - |
| YUV | 195.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 201 | 0 | 0.30 | 0.18 | 0.04 | 334.86 | 0.77 | 0.81 |
| Hex | F4 | AA | C9 | 0 | 1E | 12 | 4 | 14F | 4D | 51 |
| Octal | 364 | 252 | 311 | 0 | 36 | 22 | 4 | 517 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11001001 | 0 | 11110 | 10010 | 100 | 101001111 | 1001101 | 1010001 |
Color Harmonies of #F4AAC9
Complementary color
Monochromatic Colors of #F4AAC9
Black with #F4AAC9
Text Example
Text Example
White with #F4AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAC9; }
p { color: rgb(244,170,201); }
H1.HeaderClassName
{
color: #F4AAC9;
}
.AnyTagClassName
{
color: #F4AAC9;
}
</style>
background-color css
<style>
a { background-color: #F4AAC9; }
a { background-color: rgb(244,170,201); }
div.DivClassName
{
background-color: #F4AAC9;
}
.BgClassName
{
background-color: #F4AAC9;
}
</style>
border-color css
<style>
span { border-color: #F4AAC9; }
span { border-color: rgb(244,170,201); }
td.TdClassName
{
border-color: #F4AAC9;
}
.TagClassName
{
border-color: #F4AAC9;
}
</style>