Shades of Carnation Pink #FFA7CC
Tints of Carnation Pink #FFA7CC
RGB
CMYK
RGB Variations
Color information
#FFA7CC (or 0xFFA7CC) is known color: Carnation Pink. HEX triplet: FF, A7 and CC. RGB value is (255,167,204). Sum of RGB (Red+Green+Blue) = 255+167+204=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7CC is #005833. Grayscale: #C5C5C5. Windows color (decimal): -22580 or 13412351. OLE color: 13412351.
HSL color Cylindrical-coordinate representation of color #FFA7CC: hue angle of 334.77º 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 #FFA7CC is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 204 | - |
| CMYK | 0 | 0.35 | 0.2 | 0 |
| HSL | 334.77º | 1% | 0.83% | - |
| HSV(B) | 334.77º | 0.35% | 1% | - |
| XYZ | 65.96 | 53.26 | 63.93 | - |
| YUV | 197.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 204 | 0 | 0.35 | 0.2 | 0 | 334.77 | 1 | 0.83 |
| Hex | FF | A7 | CC | 0 | 23 | 14 | 0 | 14F | 64 | 53 |
| Octal | 377 | 247 | 314 | 0 | 43 | 24 | 0 | 517 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11001100 | 0 | 100011 | 10100 | 0 | 101001111 | 1100100 | 1010011 |
Color Harmonies of #FFA7CC
Complementary color
Monochromatic Colors of #FFA7CC
Black with #FFA7CC
Text Example
Text Example
White with #FFA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7CC; }
p { color: rgb(255,167,204); }
H1.HeaderClassName
{
color: #FFA7CC;
}
.AnyTagClassName
{
color: #FFA7CC;
}
</style>
background-color css
<style>
a { background-color: #FFA7CC; }
a { background-color: rgb(255,167,204); }
div.DivClassName
{
background-color: #FFA7CC;
}
.BgClassName
{
background-color: #FFA7CC;
}
</style>
border-color css
<style>
span { border-color: #FFA7CC; }
span { border-color: rgb(255,167,204); }
td.TdClassName
{
border-color: #FFA7CC;
}
.TagClassName
{
border-color: #FFA7CC;
}
</style>