Shades of Carnation Pink #FFA2BE
Tints of Carnation Pink #FFA2BE
RGB
CMYK
RGB Variations
Color information
#FFA2BE (or 0xFFA2BE) is known color: Carnation Pink. HEX triplet: FF, A2 and BE. RGB value is (255,162,190). Sum of RGB (Red+Green+Blue) = 255+162+190=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2BE is #005D41. Grayscale: #C0C0C0. Windows color (decimal): -23874 or 12493567. OLE color: 12493567.
HSL color Cylindrical-coordinate representation of color #FFA2BE: hue angle of 341.94º 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 #FFA2BE is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 190 | - |
| CMYK | 0 | 0.36 | 0.25 | 0 |
| HSL | 341.94º | 1% | 0.82% | - |
| HSV(B) | 341.94º | 0.36% | 1% | - |
| XYZ | 63.45 | 50.82 | 55.18 | - |
| YUV | 193 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 190 | 0 | 0.36 | 0.25 | 0 | 341.94 | 1 | 0.82 |
| Hex | FF | A2 | BE | 0 | 24 | 19 | 0 | 156 | 64 | 52 |
| Octal | 377 | 242 | 276 | 0 | 44 | 31 | 0 | 526 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10111110 | 0 | 100100 | 11001 | 0 | 101010110 | 1100100 | 1010010 |
Color Harmonies of #FFA2BE
Complementary color
Monochromatic Colors of #FFA2BE
Black with #FFA2BE
Text Example
Text Example
White with #FFA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2BE; }
p { color: rgb(255,162,190); }
H1.HeaderClassName
{
color: #FFA2BE;
}
.AnyTagClassName
{
color: #FFA2BE;
}
</style>
background-color css
<style>
a { background-color: #FFA2BE; }
a { background-color: rgb(255,162,190); }
div.DivClassName
{
background-color: #FFA2BE;
}
.BgClassName
{
background-color: #FFA2BE;
}
</style>
border-color css
<style>
span { border-color: #FFA2BE; }
span { border-color: rgb(255,162,190); }
td.TdClassName
{
border-color: #FFA2BE;
}
.TagClassName
{
border-color: #FFA2BE;
}
</style>