Shades of Carnation Pink #FFABC9
Tints of Carnation Pink #FFABC9
RGB
CMYK
RGB Variations
Color information
#FFABC9 (or 0xFFABC9) is known color: Carnation Pink. HEX triplet: FF, AB and C9. RGB value is (255,171,201). Sum of RGB (Red+Green+Blue) = 255+171+201=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC9 is #005436. Grayscale: #C7C7C7. Windows color (decimal): -21559 or 13216767. OLE color: 13216767.
HSL color Cylindrical-coordinate representation of color #FFABC9: hue angle of 338.57º 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 #FFABC9 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 201 | - |
| CMYK | 0 | 0.33 | 0.21 | 0 |
| HSL | 338.57º | 1% | 0.84% | - |
| HSV(B) | 338.57º | 0.33% | 1% | - |
| XYZ | 66.35 | 54.6 | 62.3 | - |
| YUV | 199.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 201 | 0 | 0.33 | 0.21 | 0 | 338.57 | 1 | 0.84 |
| Hex | FF | AB | C9 | 0 | 21 | 15 | 0 | 153 | 64 | 54 |
| Octal | 377 | 253 | 311 | 0 | 41 | 25 | 0 | 523 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11001001 | 0 | 100001 | 10101 | 0 | 101010011 | 1100100 | 1010100 |
Color Harmonies of #FFABC9
Complementary color
Monochromatic Colors of #FFABC9
Black with #FFABC9
Text Example
Text Example
White with #FFABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC9; }
p { color: rgb(255,171,201); }
H1.HeaderClassName
{
color: #FFABC9;
}
.AnyTagClassName
{
color: #FFABC9;
}
</style>
background-color css
<style>
a { background-color: #FFABC9; }
a { background-color: rgb(255,171,201); }
div.DivClassName
{
background-color: #FFABC9;
}
.BgClassName
{
background-color: #FFABC9;
}
</style>
border-color css
<style>
span { border-color: #FFABC9; }
span { border-color: rgb(255,171,201); }
td.TdClassName
{
border-color: #FFABC9;
}
.TagClassName
{
border-color: #FFABC9;
}
</style>