Shades of Carnation Pink #F4A7CA
Tints of Carnation Pink #F4A7CA
RGB
CMYK
RGB Variations
Color information
#F4A7CA (or 0xF4A7CA) is known color: Carnation Pink. HEX triplet: F4, A7 and CA. RGB value is (244,167,202). Sum of RGB (Red+Green+Blue) = 244+167+202=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7CA is #0B5835. Grayscale: #C1C1C1. Windows color (decimal): -743478 or 13281268. OLE color: 13281268.
HSL color Cylindrical-coordinate representation of color #F4A7CA: hue angle of 332.73º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A7CA is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 202 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.04 |
| HSL | 332.73º | 0.78% | 0.81% | - |
| HSV(B) | 332.73º | 0.32% | 0.96% | - |
| XYZ | 61.79 | 51.13 | 62.49 | - |
| YUV | 194.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 202 | 0 | 0.32 | 0.17 | 0.04 | 332.73 | 0.78 | 0.81 |
| Hex | F4 | A7 | CA | 0 | 20 | 11 | 4 | 14D | 4E | 51 |
| Octal | 364 | 247 | 312 | 0 | 40 | 21 | 4 | 515 | 116 | 121 |
| Binary | 11110100 | 10100111 | 11001010 | 0 | 100000 | 10001 | 100 | 101001101 | 1001110 | 1010001 |
Color Harmonies of #F4A7CA
Complementary color
Monochromatic Colors of #F4A7CA
Black with #F4A7CA
Text Example
Text Example
White with #F4A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7CA; }
p { color: rgb(244,167,202); }
H1.HeaderClassName
{
color: #F4A7CA;
}
.AnyTagClassName
{
color: #F4A7CA;
}
</style>
background-color css
<style>
a { background-color: #F4A7CA; }
a { background-color: rgb(244,167,202); }
div.DivClassName
{
background-color: #F4A7CA;
}
.BgClassName
{
background-color: #F4A7CA;
}
</style>
border-color css
<style>
span { border-color: #F4A7CA; }
span { border-color: rgb(244,167,202); }
td.TdClassName
{
border-color: #F4A7CA;
}
.TagClassName
{
border-color: #F4A7CA;
}
</style>