Shades of Carnation Pink #FFA6CA
Tints of Carnation Pink #FFA6CA
RGB
CMYK
RGB Variations
Color information
#FFA6CA (or 0xFFA6CA) is known color: Carnation Pink. HEX triplet: FF, A6 and CA. RGB value is (255,166,202). Sum of RGB (Red+Green+Blue) = 255+166+202=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CA is #005935. Grayscale: #C4C4C4. Windows color (decimal): -22838 or 13281023. OLE color: 13281023.
HSL color Cylindrical-coordinate representation of color #FFA6CA: hue angle of 335.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6CA is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 202 | - |
| CMYK | 0 | 0.35 | 0.21 | 0 |
| HSL | 335.73º | 1% | 0.83% | - |
| HSV(B) | 335.73º | 0.35% | 1% | - |
| XYZ | 65.54 | 52.8 | 62.61 | - |
| YUV | 196.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 202 | 0 | 0.35 | 0.21 | 0 | 335.73 | 1 | 0.83 |
| Hex | FF | A6 | CA | 0 | 23 | 15 | 0 | 150 | 64 | 53 |
| Octal | 377 | 246 | 312 | 0 | 43 | 25 | 0 | 520 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11001010 | 0 | 100011 | 10101 | 0 | 101010000 | 1100100 | 1010011 |
Color Harmonies of #FFA6CA
Complementary color
Monochromatic Colors of #FFA6CA
Black with #FFA6CA
Text Example
Text Example
White with #FFA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6CA; }
p { color: rgb(255,166,202); }
H1.HeaderClassName
{
color: #FFA6CA;
}
.AnyTagClassName
{
color: #FFA6CA;
}
</style>
background-color css
<style>
a { background-color: #FFA6CA; }
a { background-color: rgb(255,166,202); }
div.DivClassName
{
background-color: #FFA6CA;
}
.BgClassName
{
background-color: #FFA6CA;
}
</style>
border-color css
<style>
span { border-color: #FFA6CA; }
span { border-color: rgb(255,166,202); }
td.TdClassName
{
border-color: #FFA6CA;
}
.TagClassName
{
border-color: #FFA6CA;
}
</style>