Shades of Carnation Pink #FFABC3
Tints of Carnation Pink #FFABC3
RGB
CMYK
RGB Variations
Color information
#FFABC3 (or 0xFFABC3) is known color: Carnation Pink. HEX triplet: FF, AB and C3. RGB value is (255,171,195). Sum of RGB (Red+Green+Blue) = 255+171+195=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC3 is #00543C. Grayscale: #C6C6C6. Windows color (decimal): -21565 or 12823551. OLE color: 12823551.
HSL color Cylindrical-coordinate representation of color #FFABC3: hue angle of 342.86º 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 #FFABC3 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 195 | - |
| CMYK | 0 | 0.33 | 0.24 | 0 |
| HSL | 342.86º | 1% | 0.84% | - |
| HSV(B) | 342.86º | 0.33% | 1% | - |
| XYZ | 65.65 | 54.33 | 58.66 | - |
| YUV | 198.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 195 | 0 | 0.33 | 0.24 | 0 | 342.86 | 1 | 0.84 |
| Hex | FF | AB | C3 | 0 | 21 | 18 | 0 | 157 | 64 | 54 |
| Octal | 377 | 253 | 303 | 0 | 41 | 30 | 0 | 527 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11000011 | 0 | 100001 | 11000 | 0 | 101010111 | 1100100 | 1010100 |
Color Harmonies of #FFABC3
Complementary color
Monochromatic Colors of #FFABC3
Black with #FFABC3
Text Example
Text Example
White with #FFABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC3; }
p { color: rgb(255,171,195); }
H1.HeaderClassName
{
color: #FFABC3;
}
.AnyTagClassName
{
color: #FFABC3;
}
</style>
background-color css
<style>
a { background-color: #FFABC3; }
a { background-color: rgb(255,171,195); }
div.DivClassName
{
background-color: #FFABC3;
}
.BgClassName
{
background-color: #FFABC3;
}
</style>
border-color css
<style>
span { border-color: #FFABC3; }
span { border-color: rgb(255,171,195); }
td.TdClassName
{
border-color: #FFABC3;
}
.TagClassName
{
border-color: #FFABC3;
}
</style>