Shades of Carnation Pink #FFABC5
Tints of Carnation Pink #FFABC5
RGB
CMYK
RGB Variations
Color information
#FFABC5 (or 0xFFABC5) is known color: Carnation Pink. HEX triplet: FF, AB and C5. RGB value is (255,171,197). Sum of RGB (Red+Green+Blue) = 255+171+197=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC5 is #00543A. Grayscale: #C7C7C7. Windows color (decimal): -21563 or 12954623. OLE color: 12954623.
HSL color Cylindrical-coordinate representation of color #FFABC5: hue angle of 341.43º 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 #FFABC5 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 197 | - |
| CMYK | 0 | 0.33 | 0.23 | 0 |
| HSL | 341.43º | 1% | 0.84% | - |
| HSV(B) | 341.43º | 0.33% | 1% | - |
| XYZ | 65.88 | 54.42 | 59.85 | - |
| YUV | 199.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 197 | 0 | 0.33 | 0.23 | 0 | 341.43 | 1 | 0.84 |
| Hex | FF | AB | C5 | 0 | 21 | 17 | 0 | 155 | 64 | 54 |
| Octal | 377 | 253 | 305 | 0 | 41 | 27 | 0 | 525 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11000101 | 0 | 100001 | 10111 | 0 | 101010101 | 1100100 | 1010100 |
Color Harmonies of #FFABC5
Complementary color
Monochromatic Colors of #FFABC5
Black with #FFABC5
Text Example
Text Example
White with #FFABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC5; }
p { color: rgb(255,171,197); }
H1.HeaderClassName
{
color: #FFABC5;
}
.AnyTagClassName
{
color: #FFABC5;
}
</style>
background-color css
<style>
a { background-color: #FFABC5; }
a { background-color: rgb(255,171,197); }
div.DivClassName
{
background-color: #FFABC5;
}
.BgClassName
{
background-color: #FFABC5;
}
</style>
border-color css
<style>
span { border-color: #FFABC5; }
span { border-color: rgb(255,171,197); }
td.TdClassName
{
border-color: #FFABC5;
}
.TagClassName
{
border-color: #FFABC5;
}
</style>