Shades of Carnation Pink #FFA2BC
Tints of Carnation Pink #FFA2BC
RGB
CMYK
RGB Variations
Color information
#FFA2BC (or 0xFFA2BC) is known color: Carnation Pink. HEX triplet: FF, A2 and BC. RGB value is (255,162,188). Sum of RGB (Red+Green+Blue) = 255+162+188=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2BC is #005D43. Grayscale: #C0C0C0. Windows color (decimal): -23876 or 12362495. OLE color: 12362495.
HSL color Cylindrical-coordinate representation of color #FFA2BC: hue angle of 343.23º 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 #FFA2BC is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 188 | - |
| CMYK | 0 | 0.36 | 0.26 | 0 |
| HSL | 343.23º | 1% | 0.82% | - |
| HSV(B) | 343.23º | 0.36% | 1% | - |
| XYZ | 63.24 | 50.73 | 54.04 | - |
| YUV | 192.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 188 | 0 | 0.36 | 0.26 | 0 | 343.23 | 1 | 0.82 |
| Hex | FF | A2 | BC | 0 | 24 | 1A | 0 | 157 | 64 | 52 |
| Octal | 377 | 242 | 274 | 0 | 44 | 32 | 0 | 527 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10111100 | 0 | 100100 | 11010 | 0 | 101010111 | 1100100 | 1010010 |
Color Harmonies of #FFA2BC
Complementary color
Monochromatic Colors of #FFA2BC
Black with #FFA2BC
Text Example
Text Example
White with #FFA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2BC; }
p { color: rgb(255,162,188); }
H1.HeaderClassName
{
color: #FFA2BC;
}
.AnyTagClassName
{
color: #FFA2BC;
}
</style>
background-color css
<style>
a { background-color: #FFA2BC; }
a { background-color: rgb(255,162,188); }
div.DivClassName
{
background-color: #FFA2BC;
}
.BgClassName
{
background-color: #FFA2BC;
}
</style>
border-color css
<style>
span { border-color: #FFA2BC; }
span { border-color: rgb(255,162,188); }
td.TdClassName
{
border-color: #FFA2BC;
}
.TagClassName
{
border-color: #FFA2BC;
}
</style>