Shades of Carnation Pink #FFA8CC
Tints of Carnation Pink #FFA8CC
RGB
CMYK
RGB Variations
Color information
#FFA8CC (or 0xFFA8CC) is known color: Carnation Pink. HEX triplet: FF, A8 and CC. RGB value is (255,168,204). Sum of RGB (Red+Green+Blue) = 255+168+204=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8CC is #005733. Grayscale: #C6C6C6. Windows color (decimal): -22324 or 13412607. OLE color: 13412607.
HSL color Cylindrical-coordinate representation of color #FFA8CC: hue angle of 335.17º 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 #FFA8CC is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 204 | - |
| CMYK | 0 | 0.34 | 0.2 | 0 |
| HSL | 335.17º | 1% | 0.83% | - |
| HSV(B) | 335.17º | 0.34% | 1% | - |
| XYZ | 66.14 | 53.62 | 63.99 | - |
| YUV | 198.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 204 | 0 | 0.34 | 0.2 | 0 | 335.17 | 1 | 0.83 |
| Hex | FF | A8 | CC | 0 | 22 | 14 | 0 | 14F | 64 | 53 |
| Octal | 377 | 250 | 314 | 0 | 42 | 24 | 0 | 517 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11001100 | 0 | 100010 | 10100 | 0 | 101001111 | 1100100 | 1010011 |
Color Harmonies of #FFA8CC
Complementary color
Monochromatic Colors of #FFA8CC
Black with #FFA8CC
Text Example
Text Example
White with #FFA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8CC; }
p { color: rgb(255,168,204); }
H1.HeaderClassName
{
color: #FFA8CC;
}
.AnyTagClassName
{
color: #FFA8CC;
}
</style>
background-color css
<style>
a { background-color: #FFA8CC; }
a { background-color: rgb(255,168,204); }
div.DivClassName
{
background-color: #FFA8CC;
}
.BgClassName
{
background-color: #FFA8CC;
}
</style>
border-color css
<style>
span { border-color: #FFA8CC; }
span { border-color: rgb(255,168,204); }
td.TdClassName
{
border-color: #FFA8CC;
}
.TagClassName
{
border-color: #FFA8CC;
}
</style>