Shades of Carnation Pink #FFA0BD
Tints of Carnation Pink #FFA0BD
RGB
CMYK
RGB Variations
Color information
#FFA0BD (or 0xFFA0BD) is known color: Carnation Pink. HEX triplet: FF, A0 and BD. RGB value is (255,160,189). Sum of RGB (Red+Green+Blue) = 255+160+189=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0BD is #005F42. Grayscale: #BFBFBF. Windows color (decimal): -24387 or 12427519. OLE color: 12427519.
HSL color Cylindrical-coordinate representation of color #FFA0BD: hue angle of 341.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0BD is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 189 | - |
| CMYK | 0 | 0.37 | 0.26 | 0 |
| HSL | 341.68º | 1% | 0.81% | - |
| HSV(B) | 341.68º | 0.37% | 1% | - |
| XYZ | 63 | 50.08 | 54.49 | - |
| YUV | 191.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 189 | 0 | 0.37 | 0.26 | 0 | 341.68 | 1 | 0.81 |
| Hex | FF | A0 | BD | 0 | 25 | 1A | 0 | 156 | 64 | 51 |
| Octal | 377 | 240 | 275 | 0 | 45 | 32 | 0 | 526 | 144 | 121 |
| Binary | 11111111 | 10100000 | 10111101 | 0 | 100101 | 11010 | 0 | 101010110 | 1100100 | 1010001 |
Color Harmonies of #FFA0BD
Complementary color
Monochromatic Colors of #FFA0BD
Black with #FFA0BD
Text Example
Text Example
White with #FFA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0BD; }
p { color: rgb(255,160,189); }
H1.HeaderClassName
{
color: #FFA0BD;
}
.AnyTagClassName
{
color: #FFA0BD;
}
</style>
background-color css
<style>
a { background-color: #FFA0BD; }
a { background-color: rgb(255,160,189); }
div.DivClassName
{
background-color: #FFA0BD;
}
.BgClassName
{
background-color: #FFA0BD;
}
</style>
border-color css
<style>
span { border-color: #FFA0BD; }
span { border-color: rgb(255,160,189); }
td.TdClassName
{
border-color: #FFA0BD;
}
.TagClassName
{
border-color: #FFA0BD;
}
</style>