Shades of Carnation Pink #FFA8CD
Tints of Carnation Pink #FFA8CD
RGB
CMYK
RGB Variations
Color information
#FFA8CD (or 0xFFA8CD) is known color: Carnation Pink. HEX triplet: FF, A8 and CD. RGB value is (255,168,205). Sum of RGB (Red+Green+Blue) = 255+168+205=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8CD is #005732. Grayscale: #C6C6C6. Windows color (decimal): -22323 or 13478143. OLE color: 13478143.
HSL color Cylindrical-coordinate representation of color #FFA8CD: hue angle of 334.48º 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 #FFA8CD is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 205 | - |
| CMYK | 0 | 0.34 | 0.20 | 0 |
| HSL | 334.48º | 1% | 0.83% | - |
| HSV(B) | 334.48º | 0.34% | 1% | - |
| XYZ | 66.26 | 53.67 | 64.63 | - |
| YUV | 198.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 205 | 0 | 0.34 | 0.20 | 0 | 334.48 | 1 | 0.83 |
| Hex | FF | A8 | CD | 0 | 22 | 14 | 0 | 14E | 64 | 53 |
| Octal | 377 | 250 | 315 | 0 | 42 | 24 | 0 | 516 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11001101 | 0 | 100010 | 10100 | 0 | 101001110 | 1100100 | 1010011 |
Color Harmonies of #FFA8CD
Complementary color
Monochromatic Colors of #FFA8CD
Black with #FFA8CD
Text Example
Text Example
White with #FFA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8CD; }
p { color: rgb(255,168,205); }
H1.HeaderClassName
{
color: #FFA8CD;
}
.AnyTagClassName
{
color: #FFA8CD;
}
</style>
background-color css
<style>
a { background-color: #FFA8CD; }
a { background-color: rgb(255,168,205); }
div.DivClassName
{
background-color: #FFA8CD;
}
.BgClassName
{
background-color: #FFA8CD;
}
</style>
border-color css
<style>
span { border-color: #FFA8CD; }
span { border-color: rgb(255,168,205); }
td.TdClassName
{
border-color: #FFA8CD;
}
.TagClassName
{
border-color: #FFA8CD;
}
</style>