Shades of Carnation Pink #FFA0D0
Tints of Carnation Pink #FFA0D0
RGB
CMYK
RGB Variations
Color information
#FFA0D0 (or 0xFFA0D0) is known color: Carnation Pink. HEX triplet: FF, A0 and D0. RGB value is (255,160,208). Sum of RGB (Red+Green+Blue) = 255+160+208=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0D0 is #005F2F. Grayscale: #C1C1C1. Windows color (decimal): -24368 or 13672703. OLE color: 13672703.
HSL color Cylindrical-coordinate representation of color #FFA0D0: hue angle of 329.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 #FFA0D0 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 208 | - |
| CMYK | 0 | 0.37 | 0.18 | 0 |
| HSL | 329.68º | 1% | 0.81% | - |
| HSV(B) | 329.68º | 0.37% | 1% | - |
| XYZ | 65.2 | 50.96 | 66.07 | - |
| YUV | 193.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 208 | 0 | 0.37 | 0.18 | 0 | 329.68 | 1 | 0.81 |
| Hex | FF | A0 | D0 | 0 | 25 | 12 | 0 | 14A | 64 | 51 |
| Octal | 377 | 240 | 320 | 0 | 45 | 22 | 0 | 512 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11010000 | 0 | 100101 | 10010 | 0 | 101001010 | 1100100 | 1010001 |
Color Harmonies of #FFA0D0
Complementary color
Monochromatic Colors of #FFA0D0
Black with #FFA0D0
Text Example
Text Example
White with #FFA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0D0; }
p { color: rgb(255,160,208); }
H1.HeaderClassName
{
color: #FFA0D0;
}
.AnyTagClassName
{
color: #FFA0D0;
}
</style>
background-color css
<style>
a { background-color: #FFA0D0; }
a { background-color: rgb(255,160,208); }
div.DivClassName
{
background-color: #FFA0D0;
}
.BgClassName
{
background-color: #FFA0D0;
}
</style>
border-color css
<style>
span { border-color: #FFA0D0; }
span { border-color: rgb(255,160,208); }
td.TdClassName
{
border-color: #FFA0D0;
}
.TagClassName
{
border-color: #FFA0D0;
}
</style>