Shades of Carnation Pink #FFA8CE
Tints of Carnation Pink #FFA8CE
RGB
CMYK
RGB Variations
Color information
#FFA8CE (or 0xFFA8CE) is known color: Carnation Pink. HEX triplet: FF, A8 and CE. RGB value is (255,168,206). Sum of RGB (Red+Green+Blue) = 255+168+206=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8CE is #005731. Grayscale: #C6C6C6. Windows color (decimal): -22322 or 13543679. OLE color: 13543679.
HSL color Cylindrical-coordinate representation of color #FFA8CE: hue angle of 333.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8CE is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 206 | - |
| CMYK | 0 | 0.34 | 0.19 | 0 |
| HSL | 333.79º | 1% | 0.83% | - |
| HSV(B) | 333.79º | 0.34% | 1% | - |
| XYZ | 66.38 | 53.72 | 65.26 | - |
| YUV | 198.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 206 | 0 | 0.34 | 0.19 | 0 | 333.79 | 1 | 0.83 |
| Hex | FF | A8 | CE | 0 | 22 | 13 | 0 | 14E | 64 | 53 |
| Octal | 377 | 250 | 316 | 0 | 42 | 23 | 0 | 516 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11001110 | 0 | 100010 | 10011 | 0 | 101001110 | 1100100 | 1010011 |
Color Harmonies of #FFA8CE
Complementary color
Monochromatic Colors of #FFA8CE
Black with #FFA8CE
Text Example
Text Example
White with #FFA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8CE; }
p { color: rgb(255,168,206); }
H1.HeaderClassName
{
color: #FFA8CE;
}
.AnyTagClassName
{
color: #FFA8CE;
}
</style>
background-color css
<style>
a { background-color: #FFA8CE; }
a { background-color: rgb(255,168,206); }
div.DivClassName
{
background-color: #FFA8CE;
}
.BgClassName
{
background-color: #FFA8CE;
}
</style>
border-color css
<style>
span { border-color: #FFA8CE; }
span { border-color: rgb(255,168,206); }
td.TdClassName
{
border-color: #FFA8CE;
}
.TagClassName
{
border-color: #FFA8CE;
}
</style>