Shades of Carnation Pink #FFA7CE
Tints of Carnation Pink #FFA7CE
RGB
CMYK
RGB Variations
Color information
#FFA7CE (or 0xFFA7CE) is known color: Carnation Pink. HEX triplet: FF, A7 and CE. RGB value is (255,167,206). Sum of RGB (Red+Green+Blue) = 255+167+206=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7CE is #005831. Grayscale: #C5C5C5. Windows color (decimal): -22578 or 13543423. OLE color: 13543423.
HSL color Cylindrical-coordinate representation of color #FFA7CE: hue angle of 333.41º 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 #FFA7CE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 206 | - |
| CMYK | 0 | 0.35 | 0.19 | 0 |
| HSL | 333.41º | 1% | 0.83% | - |
| HSV(B) | 333.41º | 0.35% | 1% | - |
| XYZ | 66.2 | 53.35 | 65.2 | - |
| YUV | 197.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 206 | 0 | 0.35 | 0.19 | 0 | 333.41 | 1 | 0.83 |
| Hex | FF | A7 | CE | 0 | 23 | 13 | 0 | 14D | 64 | 53 |
| Octal | 377 | 247 | 316 | 0 | 43 | 23 | 0 | 515 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11001110 | 0 | 100011 | 10011 | 0 | 101001101 | 1100100 | 1010011 |
Color Harmonies of #FFA7CE
Complementary color
Monochromatic Colors of #FFA7CE
Black with #FFA7CE
Text Example
Text Example
White with #FFA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7CE; }
p { color: rgb(255,167,206); }
H1.HeaderClassName
{
color: #FFA7CE;
}
.AnyTagClassName
{
color: #FFA7CE;
}
</style>
background-color css
<style>
a { background-color: #FFA7CE; }
a { background-color: rgb(255,167,206); }
div.DivClassName
{
background-color: #FFA7CE;
}
.BgClassName
{
background-color: #FFA7CE;
}
</style>
border-color css
<style>
span { border-color: #FFA7CE; }
span { border-color: rgb(255,167,206); }
td.TdClassName
{
border-color: #FFA7CE;
}
.TagClassName
{
border-color: #FFA7CE;
}
</style>