Shades of Carnation Pink #F5A8CA
Tints of Carnation Pink #F5A8CA
RGB
CMYK
RGB Variations
Color information
#F5A8CA (or 0xF5A8CA) is known color: Carnation Pink. HEX triplet: F5, A8 and CA. RGB value is (245,168,202). Sum of RGB (Red+Green+Blue) = 245+168+202=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8CA is #0A5735. Grayscale: #C2C2C2. Windows color (decimal): -677686 or 13281525. OLE color: 13281525.
HSL color Cylindrical-coordinate representation of color #F5A8CA: hue angle of 333.51º 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 #F5A8CA is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 202 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.04 |
| HSL | 333.51º | 0.79% | 0.81% | - |
| HSV(B) | 333.51º | 0.31% | 0.96% | - |
| XYZ | 62.32 | 51.68 | 62.57 | - |
| YUV | 194.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 202 | 0 | 0.31 | 0.18 | 0.04 | 333.51 | 0.79 | 0.81 |
| Hex | F5 | A8 | CA | 0 | 1F | 12 | 4 | 14E | 4F | 51 |
| Octal | 365 | 250 | 312 | 0 | 37 | 22 | 4 | 516 | 117 | 121 |
| Binary | 11110101 | 10101000 | 11001010 | 0 | 11111 | 10010 | 100 | 101001110 | 1001111 | 1010001 |
Color Harmonies of #F5A8CA
Complementary color
Monochromatic Colors of #F5A8CA
Black with #F5A8CA
Text Example
Text Example
White with #F5A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8CA; }
p { color: rgb(245,168,202); }
H1.HeaderClassName
{
color: #F5A8CA;
}
.AnyTagClassName
{
color: #F5A8CA;
}
</style>
background-color css
<style>
a { background-color: #F5A8CA; }
a { background-color: rgb(245,168,202); }
div.DivClassName
{
background-color: #F5A8CA;
}
.BgClassName
{
background-color: #F5A8CA;
}
</style>
border-color css
<style>
span { border-color: #F5A8CA; }
span { border-color: rgb(245,168,202); }
td.TdClassName
{
border-color: #F5A8CA;
}
.TagClassName
{
border-color: #F5A8CA;
}
</style>