Shades of Carnation Pink #FFA2BD
Tints of Carnation Pink #FFA2BD
RGB
CMYK
RGB Variations
Color information
#FFA2BD (or 0xFFA2BD) is known color: Carnation Pink. HEX triplet: FF, A2 and BD. RGB value is (255,162,189). Sum of RGB (Red+Green+Blue) = 255+162+189=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2BD is #005D42. Grayscale: #C0C0C0. Windows color (decimal): -23875 or 12428031. OLE color: 12428031.
HSL color Cylindrical-coordinate representation of color #FFA2BD: hue angle of 342.58º 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 #FFA2BD is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 189 | - |
| CMYK | 0 | 0.36 | 0.26 | 0 |
| HSL | 342.58º | 1% | 0.82% | - |
| HSV(B) | 342.58º | 0.36% | 1% | - |
| XYZ | 63.35 | 50.77 | 54.61 | - |
| YUV | 192.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 189 | 0 | 0.36 | 0.26 | 0 | 342.58 | 1 | 0.82 |
| Hex | FF | A2 | BD | 0 | 24 | 1A | 0 | 157 | 64 | 52 |
| Octal | 377 | 242 | 275 | 0 | 44 | 32 | 0 | 527 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10111101 | 0 | 100100 | 11010 | 0 | 101010111 | 1100100 | 1010010 |
Color Harmonies of #FFA2BD
Complementary color
Monochromatic Colors of #FFA2BD
Black with #FFA2BD
Text Example
Text Example
White with #FFA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2BD; }
p { color: rgb(255,162,189); }
H1.HeaderClassName
{
color: #FFA2BD;
}
.AnyTagClassName
{
color: #FFA2BD;
}
</style>
background-color css
<style>
a { background-color: #FFA2BD; }
a { background-color: rgb(255,162,189); }
div.DivClassName
{
background-color: #FFA2BD;
}
.BgClassName
{
background-color: #FFA2BD;
}
</style>
border-color css
<style>
span { border-color: #FFA2BD; }
span { border-color: rgb(255,162,189); }
td.TdClassName
{
border-color: #FFA2BD;
}
.TagClassName
{
border-color: #FFA2BD;
}
</style>