Shades of Carnation Pink #FFA6CE
Tints of Carnation Pink #FFA6CE
RGB
CMYK
RGB Variations
Color information
#FFA6CE (or 0xFFA6CE) is known color: Carnation Pink. HEX triplet: FF, A6 and CE. RGB value is (255,166,206). Sum of RGB (Red+Green+Blue) = 255+166+206=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CE is #005931. Grayscale: #C5C5C5. Windows color (decimal): -22834 or 13543167. OLE color: 13543167.
HSL color Cylindrical-coordinate representation of color #FFA6CE: hue angle of 333.03º 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 #FFA6CE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 206 | - |
| CMYK | 0 | 0.35 | 0.19 | 0 |
| HSL | 333.03º | 1% | 0.83% | - |
| HSV(B) | 333.03º | 0.35% | 1% | - |
| XYZ | 66.02 | 52.99 | 65.14 | - |
| YUV | 197.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 206 | 0 | 0.35 | 0.19 | 0 | 333.03 | 1 | 0.83 |
| Hex | FF | A6 | CE | 0 | 23 | 13 | 0 | 14D | 64 | 53 |
| Octal | 377 | 246 | 316 | 0 | 43 | 23 | 0 | 515 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11001110 | 0 | 100011 | 10011 | 0 | 101001101 | 1100100 | 1010011 |
Color Harmonies of #FFA6CE
Complementary color
Monochromatic Colors of #FFA6CE
Black with #FFA6CE
Text Example
Text Example
White with #FFA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6CE; }
p { color: rgb(255,166,206); }
H1.HeaderClassName
{
color: #FFA6CE;
}
.AnyTagClassName
{
color: #FFA6CE;
}
</style>
background-color css
<style>
a { background-color: #FFA6CE; }
a { background-color: rgb(255,166,206); }
div.DivClassName
{
background-color: #FFA6CE;
}
.BgClassName
{
background-color: #FFA6CE;
}
</style>
border-color css
<style>
span { border-color: #FFA6CE; }
span { border-color: rgb(255,166,206); }
td.TdClassName
{
border-color: #FFA6CE;
}
.TagClassName
{
border-color: #FFA6CE;
}
</style>