Shades of Carnation Pink #FFA8C4
Tints of Carnation Pink #FFA8C4
RGB
CMYK
RGB Variations
Color information
#FFA8C4 (or 0xFFA8C4) is known color: Carnation Pink. HEX triplet: FF, A8 and C4. RGB value is (255,168,196). Sum of RGB (Red+Green+Blue) = 255+168+196=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C4 is #00573B. Grayscale: #C5C5C5. Windows color (decimal): -22332 or 12888319. OLE color: 12888319.
HSL color Cylindrical-coordinate representation of color #FFA8C4: hue angle of 340.69º 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 #FFA8C4 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 196 | - |
| CMYK | 0 | 0.34 | 0.23 | 0 |
| HSL | 340.69º | 1% | 0.83% | - |
| HSV(B) | 340.69º | 0.34% | 1% | - |
| XYZ | 65.21 | 53.25 | 59.07 | - |
| YUV | 197.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 196 | 0 | 0.34 | 0.23 | 0 | 340.69 | 1 | 0.83 |
| Hex | FF | A8 | C4 | 0 | 22 | 17 | 0 | 155 | 64 | 53 |
| Octal | 377 | 250 | 304 | 0 | 42 | 27 | 0 | 525 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11000100 | 0 | 100010 | 10111 | 0 | 101010101 | 1100100 | 1010011 |
Color Harmonies of #FFA8C4
Complementary color
Monochromatic Colors of #FFA8C4
Black with #FFA8C4
Text Example
Text Example
White with #FFA8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8C4; }
p { color: rgb(255,168,196); }
H1.HeaderClassName
{
color: #FFA8C4;
}
.AnyTagClassName
{
color: #FFA8C4;
}
</style>
background-color css
<style>
a { background-color: #FFA8C4; }
a { background-color: rgb(255,168,196); }
div.DivClassName
{
background-color: #FFA8C4;
}
.BgClassName
{
background-color: #FFA8C4;
}
</style>
border-color css
<style>
span { border-color: #FFA8C4; }
span { border-color: rgb(255,168,196); }
td.TdClassName
{
border-color: #FFA8C4;
}
.TagClassName
{
border-color: #FFA8C4;
}
</style>