Shades of Carnation Pink #FFA2D0
Tints of Carnation Pink #FFA2D0
RGB
CMYK
RGB Variations
Color information
#FFA2D0 (or 0xFFA2D0) is known color: Carnation Pink. HEX triplet: FF, A2 and D0. RGB value is (255,162,208). Sum of RGB (Red+Green+Blue) = 255+162+208=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2D0 is #005D2F. Grayscale: #C2C2C2. Windows color (decimal): -23856 or 13673215. OLE color: 13673215.
HSL color Cylindrical-coordinate representation of color #FFA2D0: hue angle of 330.32º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2D0 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 208 | - |
| CMYK | 0 | 0.36 | 0.18 | 0 |
| HSL | 330.32º | 1% | 0.82% | - |
| HSV(B) | 330.32º | 0.36% | 1% | - |
| XYZ | 65.55 | 51.65 | 66.19 | - |
| YUV | 195.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 208 | 0 | 0.36 | 0.18 | 0 | 330.32 | 1 | 0.82 |
| Hex | FF | A2 | D0 | 0 | 24 | 12 | 0 | 14A | 64 | 52 |
| Octal | 377 | 242 | 320 | 0 | 44 | 22 | 0 | 512 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11010000 | 0 | 100100 | 10010 | 0 | 101001010 | 1100100 | 1010010 |
Color Harmonies of #FFA2D0
Complementary color
Monochromatic Colors of #FFA2D0
Black with #FFA2D0
Text Example
Text Example
White with #FFA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2D0; }
p { color: rgb(255,162,208); }
H1.HeaderClassName
{
color: #FFA2D0;
}
.AnyTagClassName
{
color: #FFA2D0;
}
</style>
background-color css
<style>
a { background-color: #FFA2D0; }
a { background-color: rgb(255,162,208); }
div.DivClassName
{
background-color: #FFA2D0;
}
.BgClassName
{
background-color: #FFA2D0;
}
</style>
border-color css
<style>
span { border-color: #FFA2D0; }
span { border-color: rgb(255,162,208); }
td.TdClassName
{
border-color: #FFA2D0;
}
.TagClassName
{
border-color: #FFA2D0;
}
</style>