Shades of Carnation Pink #F5A5CA
Tints of Carnation Pink #F5A5CA
RGB
CMYK
RGB Variations
Color information
#F5A5CA (or 0xF5A5CA) is known color: Carnation Pink. HEX triplet: F5, A5 and CA. RGB value is (245,165,202). Sum of RGB (Red+Green+Blue) = 245+165+202=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A5CA is #0A5A35. Grayscale: #C1C1C1. Windows color (decimal): -678454 or 13280757. OLE color: 13280757.
HSL color Cylindrical-coordinate representation of color #F5A5CA: hue angle of 332.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A5CA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 202 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.04 |
| HSL | 332.25º | 0.8% | 0.8% | - |
| HSV(B) | 332.25º | 0.33% | 0.96% | - |
| XYZ | 61.77 | 50.59 | 62.39 | - |
| YUV | 193.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 202 | 0 | 0.33 | 0.18 | 0.04 | 332.25 | 0.8 | 0.8 |
| Hex | F5 | A5 | CA | 0 | 21 | 12 | 4 | 14C | 50 | 50 |
| Octal | 365 | 245 | 312 | 0 | 41 | 22 | 4 | 514 | 120 | 120 |
| Binary | 11110101 | 10100101 | 11001010 | 0 | 100001 | 10010 | 100 | 101001100 | 1010000 | 1010000 |
Color Harmonies of #F5A5CA
Complementary color
Monochromatic Colors of #F5A5CA
Black with #F5A5CA
Text Example
Text Example
White with #F5A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5CA; }
p { color: rgb(245,165,202); }
H1.HeaderClassName
{
color: #F5A5CA;
}
.AnyTagClassName
{
color: #F5A5CA;
}
</style>
background-color css
<style>
a { background-color: #F5A5CA; }
a { background-color: rgb(245,165,202); }
div.DivClassName
{
background-color: #F5A5CA;
}
.BgClassName
{
background-color: #F5A5CA;
}
</style>
border-color css
<style>
span { border-color: #F5A5CA; }
span { border-color: rgb(245,165,202); }
td.TdClassName
{
border-color: #F5A5CA;
}
.TagClassName
{
border-color: #F5A5CA;
}
</style>