Shades of Carnation Pink #F5AACA
Tints of Carnation Pink #F5AACA
RGB
CMYK
RGB Variations
Color information
#F5AACA (or 0xF5AACA) is known color: Carnation Pink. HEX triplet: F5, AA and CA. RGB value is (245,170,202). Sum of RGB (Red+Green+Blue) = 245+170+202=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AACA is #0A5535. Grayscale: #C4C4C4. Windows color (decimal): -677174 or 13282037. OLE color: 13282037.
HSL color Cylindrical-coordinate representation of color #F5AACA: hue angle of 334.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AACA is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 202 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.04 |
| HSL | 334.4º | 0.79% | 0.81% | - |
| HSV(B) | 334.4º | 0.31% | 0.96% | - |
| XYZ | 62.69 | 52.43 | 62.69 | - |
| YUV | 196.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 202 | 0 | 0.31 | 0.18 | 0.04 | 334.4 | 0.79 | 0.81 |
| Hex | F5 | AA | CA | 0 | 1F | 12 | 4 | 14E | 4F | 51 |
| Octal | 365 | 252 | 312 | 0 | 37 | 22 | 4 | 516 | 117 | 121 |
| Binary | 11110101 | 10101010 | 11001010 | 0 | 11111 | 10010 | 100 | 101001110 | 1001111 | 1010001 |
Color Harmonies of #F5AACA
Complementary color
Monochromatic Colors of #F5AACA
Black with #F5AACA
Text Example
Text Example
White with #F5AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AACA; }
p { color: rgb(245,170,202); }
H1.HeaderClassName
{
color: #F5AACA;
}
.AnyTagClassName
{
color: #F5AACA;
}
</style>
background-color css
<style>
a { background-color: #F5AACA; }
a { background-color: rgb(245,170,202); }
div.DivClassName
{
background-color: #F5AACA;
}
.BgClassName
{
background-color: #F5AACA;
}
</style>
border-color css
<style>
span { border-color: #F5AACA; }
span { border-color: rgb(245,170,202); }
td.TdClassName
{
border-color: #F5AACA;
}
.TagClassName
{
border-color: #F5AACA;
}
</style>