Shades of Carnation Pink #F6A4CA
Tints of Carnation Pink #F6A4CA
RGB
CMYK
RGB Variations
Color information
#F6A4CA (or 0xF6A4CA) is known color: Carnation Pink. HEX triplet: F6, A4 and CA. RGB value is (246,164,202). Sum of RGB (Red+Green+Blue) = 246+164+202=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4CA is #095B35. Grayscale: #C0C0C0. Windows color (decimal): -613174 or 13280502. OLE color: 13280502.
HSL color Cylindrical-coordinate representation of color #F6A4CA: hue angle of 332.2º degrees, saturation: 0.82, 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 #F6A4CA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 202 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.04 |
| HSL | 332.2º | 0.82% | 0.8% | - |
| HSV(B) | 332.2º | 0.33% | 0.96% | - |
| XYZ | 61.94 | 50.41 | 62.34 | - |
| YUV | 192.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 202 | 0 | 0.33 | 0.18 | 0.04 | 332.2 | 0.82 | 0.8 |
| Hex | F6 | A4 | CA | 0 | 21 | 12 | 4 | 14C | 52 | 50 |
| Octal | 366 | 244 | 312 | 0 | 41 | 22 | 4 | 514 | 122 | 120 |
| Binary | 11110110 | 10100100 | 11001010 | 0 | 100001 | 10010 | 100 | 101001100 | 1010010 | 1010000 |
Color Harmonies of #F6A4CA
Complementary color
Monochromatic Colors of #F6A4CA
Black with #F6A4CA
Text Example
Text Example
White with #F6A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4CA; }
p { color: rgb(246,164,202); }
H1.HeaderClassName
{
color: #F6A4CA;
}
.AnyTagClassName
{
color: #F6A4CA;
}
</style>
background-color css
<style>
a { background-color: #F6A4CA; }
a { background-color: rgb(246,164,202); }
div.DivClassName
{
background-color: #F6A4CA;
}
.BgClassName
{
background-color: #F6A4CA;
}
</style>
border-color css
<style>
span { border-color: #F6A4CA; }
span { border-color: rgb(246,164,202); }
td.TdClassName
{
border-color: #F6A4CA;
}
.TagClassName
{
border-color: #F6A4CA;
}
</style>