Shades of Carnation Pink #F5A5C6
Tints of Carnation Pink #F5A5C6
RGB
CMYK
RGB Variations
Color information
#F5A5C6 (or 0xF5A5C6) is known color: Carnation Pink. HEX triplet: F5, A5 and C6. RGB value is (245,165,198). Sum of RGB (Red+Green+Blue) = 245+165+198=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A5C6 is #0A5A39. Grayscale: #C0C0C0. Windows color (decimal): -678458 or 13018613. OLE color: 13018613.
HSL color Cylindrical-coordinate representation of color #F5A5C6: hue angle of 335.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 #F5A5C6 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 198 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.04 |
| HSL | 335.25º | 0.8% | 0.8% | - |
| HSV(B) | 335.25º | 0.33% | 0.96% | - |
| XYZ | 61.3 | 50.4 | 59.92 | - |
| YUV | 192.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 198 | 0 | 0.33 | 0.19 | 0.04 | 335.25 | 0.8 | 0.8 |
| Hex | F5 | A5 | C6 | 0 | 21 | 13 | 4 | 14F | 50 | 50 |
| Octal | 365 | 245 | 306 | 0 | 41 | 23 | 4 | 517 | 120 | 120 |
| Binary | 11110101 | 10100101 | 11000110 | 0 | 100001 | 10011 | 100 | 101001111 | 1010000 | 1010000 |
Color Harmonies of #F5A5C6
Complementary color
Monochromatic Colors of #F5A5C6
Black with #F5A5C6
Text Example
Text Example
White with #F5A5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5C6; }
p { color: rgb(245,165,198); }
H1.HeaderClassName
{
color: #F5A5C6;
}
.AnyTagClassName
{
color: #F5A5C6;
}
</style>
background-color css
<style>
a { background-color: #F5A5C6; }
a { background-color: rgb(245,165,198); }
div.DivClassName
{
background-color: #F5A5C6;
}
.BgClassName
{
background-color: #F5A5C6;
}
</style>
border-color css
<style>
span { border-color: #F5A5C6; }
span { border-color: rgb(245,165,198); }
td.TdClassName
{
border-color: #F5A5C6;
}
.TagClassName
{
border-color: #F5A5C6;
}
</style>