Shades of Carnation Pink #FFABCB
Tints of Carnation Pink #FFABCB
RGB
CMYK
RGB Variations
Color information
#FFABCB (or 0xFFABCB) is known color: Carnation Pink. HEX triplet: FF, AB and CB. RGB value is (255,171,203). Sum of RGB (Red+Green+Blue) = 255+171+203=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABCB is #005434. Grayscale: #C7C7C7. Windows color (decimal): -21557 or 13347839. OLE color: 13347839.
HSL color Cylindrical-coordinate representation of color #FFABCB: hue angle of 337.14º 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 #FFABCB is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 203 | - |
| CMYK | 0 | 0.33 | 0.20 | 0 |
| HSL | 337.14º | 1% | 0.84% | - |
| HSV(B) | 337.14º | 0.33% | 1% | - |
| XYZ | 66.58 | 54.7 | 63.55 | - |
| YUV | 199.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 203 | 0 | 0.33 | 0.20 | 0 | 337.14 | 1 | 0.84 |
| Hex | FF | AB | CB | 0 | 21 | 14 | 0 | 151 | 64 | 54 |
| Octal | 377 | 253 | 313 | 0 | 41 | 24 | 0 | 521 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11001011 | 0 | 100001 | 10100 | 0 | 101010001 | 1100100 | 1010100 |
Color Harmonies of #FFABCB
Complementary color
Monochromatic Colors of #FFABCB
Black with #FFABCB
Text Example
Text Example
White with #FFABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABCB; }
p { color: rgb(255,171,203); }
H1.HeaderClassName
{
color: #FFABCB;
}
.AnyTagClassName
{
color: #FFABCB;
}
</style>
background-color css
<style>
a { background-color: #FFABCB; }
a { background-color: rgb(255,171,203); }
div.DivClassName
{
background-color: #FFABCB;
}
.BgClassName
{
background-color: #FFABCB;
}
</style>
border-color css
<style>
span { border-color: #FFABCB; }
span { border-color: rgb(255,171,203); }
td.TdClassName
{
border-color: #FFABCB;
}
.TagClassName
{
border-color: #FFABCB;
}
</style>