Shades of Carnation Pink #F5A1BE
Tints of Carnation Pink #F5A1BE
RGB
CMYK
RGB Variations
Color information
#F5A1BE (or 0xF5A1BE) is known color: Carnation Pink. HEX triplet: F5, A1 and BE. RGB value is (245,161,190). Sum of RGB (Red+Green+Blue) = 245+161+190=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1BE is #0A5E41. Grayscale: #BDBDBD. Windows color (decimal): -679490 or 12493301. OLE color: 12493301.
HSL color Cylindrical-coordinate representation of color #F5A1BE: hue angle of 339.29º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A1BE is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 190 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.04 |
| HSL | 339.29º | 0.81% | 0.8% | - |
| HSV(B) | 339.29º | 0.34% | 0.96% | - |
| XYZ | 59.7 | 48.62 | 54.95 | - |
| YUV | 189.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 190 | 0 | 0.34 | 0.22 | 0.04 | 339.29 | 0.81 | 0.8 |
| Hex | F5 | A1 | BE | 0 | 22 | 16 | 4 | 153 | 51 | 50 |
| Octal | 365 | 241 | 276 | 0 | 42 | 26 | 4 | 523 | 121 | 120 |
| Binary | 11110101 | 10100001 | 10111110 | 0 | 100010 | 10110 | 100 | 101010011 | 1010001 | 1010000 |
Color Harmonies of #F5A1BE
Complementary color
Monochromatic Colors of #F5A1BE
Black with #F5A1BE
Text Example
Text Example
White with #F5A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1BE; }
p { color: rgb(245,161,190); }
H1.HeaderClassName
{
color: #F5A1BE;
}
.AnyTagClassName
{
color: #F5A1BE;
}
</style>
background-color css
<style>
a { background-color: #F5A1BE; }
a { background-color: rgb(245,161,190); }
div.DivClassName
{
background-color: #F5A1BE;
}
.BgClassName
{
background-color: #F5A1BE;
}
</style>
border-color css
<style>
span { border-color: #F5A1BE; }
span { border-color: rgb(245,161,190); }
td.TdClassName
{
border-color: #F5A1BE;
}
.TagClassName
{
border-color: #F5A1BE;
}
</style>