Shades of Carnation Pink #FFABC7
Tints of Carnation Pink #FFABC7
RGB
CMYK
RGB Variations
Color information
#FFABC7 (or 0xFFABC7) is known color: Carnation Pink. HEX triplet: FF, AB and C7. RGB value is (255,171,199). Sum of RGB (Red+Green+Blue) = 255+171+199=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC7 is #005438. Grayscale: #C7C7C7. Windows color (decimal): -21561 or 13085695. OLE color: 13085695.
HSL color Cylindrical-coordinate representation of color #FFABC7: hue angle of 340º 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 #FFABC7 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 199 | - |
| CMYK | 0 | 0.33 | 0.22 | 0 |
| HSL | 340º | 1% | 0.84% | - |
| HSV(B) | 340º | 0.33% | 1% | - |
| XYZ | 66.11 | 54.51 | 61.07 | - |
| YUV | 199.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 199 | 0 | 0.33 | 0.22 | 0 | 340 | 1 | 0.84 |
| Hex | FF | AB | C7 | 0 | 21 | 16 | 0 | 154 | 64 | 54 |
| Octal | 377 | 253 | 307 | 0 | 41 | 26 | 0 | 524 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11000111 | 0 | 100001 | 10110 | 0 | 101010100 | 1100100 | 1010100 |
Color Harmonies of #FFABC7
Complementary color
Monochromatic Colors of #FFABC7
Black with #FFABC7
Text Example
Text Example
White with #FFABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC7; }
p { color: rgb(255,171,199); }
H1.HeaderClassName
{
color: #FFABC7;
}
.AnyTagClassName
{
color: #FFABC7;
}
</style>
background-color css
<style>
a { background-color: #FFABC7; }
a { background-color: rgb(255,171,199); }
div.DivClassName
{
background-color: #FFABC7;
}
.BgClassName
{
background-color: #FFABC7;
}
</style>
border-color css
<style>
span { border-color: #FFABC7; }
span { border-color: rgb(255,171,199); }
td.TdClassName
{
border-color: #FFABC7;
}
.TagClassName
{
border-color: #FFABC7;
}
</style>