Shades of Carnation Pink #FFABCD
Tints of Carnation Pink #FFABCD
RGB
CMYK
RGB Variations
Color information
#FFABCD (or 0xFFABCD) is known color: Carnation Pink. HEX triplet: FF, AB and CD. RGB value is (255,171,205). Sum of RGB (Red+Green+Blue) = 255+171+205=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABCD is #005432. Grayscale: #C7C7C7. Windows color (decimal): -21555 or 13478911. OLE color: 13478911.
HSL color Cylindrical-coordinate representation of color #FFABCD: hue angle of 335.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABCD is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 205 | - |
| CMYK | 0 | 0.33 | 0.20 | 0 |
| HSL | 335.71º | 1% | 0.84% | - |
| HSV(B) | 335.71º | 0.33% | 1% | - |
| XYZ | 66.82 | 54.79 | 64.81 | - |
| YUV | 199.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 205 | 0 | 0.33 | 0.20 | 0 | 335.71 | 1 | 0.84 |
| Hex | FF | AB | CD | 0 | 21 | 14 | 0 | 150 | 64 | 54 |
| Octal | 377 | 253 | 315 | 0 | 41 | 24 | 0 | 520 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11001101 | 0 | 100001 | 10100 | 0 | 101010000 | 1100100 | 1010100 |
Color Harmonies of #FFABCD
Complementary color
Monochromatic Colors of #FFABCD
Black with #FFABCD
Text Example
Text Example
White with #FFABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABCD; }
p { color: rgb(255,171,205); }
H1.HeaderClassName
{
color: #FFABCD;
}
.AnyTagClassName
{
color: #FFABCD;
}
</style>
background-color css
<style>
a { background-color: #FFABCD; }
a { background-color: rgb(255,171,205); }
div.DivClassName
{
background-color: #FFABCD;
}
.BgClassName
{
background-color: #FFABCD;
}
</style>
border-color css
<style>
span { border-color: #FFABCD; }
span { border-color: rgb(255,171,205); }
td.TdClassName
{
border-color: #FFABCD;
}
.TagClassName
{
border-color: #FFABCD;
}
</style>