Shades of Carnation Pink #F4A1BC
Tints of Carnation Pink #F4A1BC
RGB
CMYK
RGB Variations
Color information
#F4A1BC (or 0xF4A1BC) is known color: Carnation Pink. HEX triplet: F4, A1 and BC. RGB value is (244,161,188). Sum of RGB (Red+Green+Blue) = 244+161+188=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1BC is #0B5E43. Grayscale: #BCBCBC. Windows color (decimal): -745028 or 12362228. OLE color: 12362228.
HSL color Cylindrical-coordinate representation of color #F4A1BC: hue angle of 340.48º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1BC is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 188 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.04 |
| HSL | 340.48º | 0.79% | 0.79% | - |
| HSV(B) | 340.48º | 0.34% | 0.96% | - |
| XYZ | 59.13 | 48.35 | 53.79 | - |
| YUV | 188.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 188 | 0 | 0.34 | 0.23 | 0.04 | 340.48 | 0.79 | 0.79 |
| Hex | F4 | A1 | BC | 0 | 22 | 17 | 4 | 154 | 4F | 4F |
| Octal | 364 | 241 | 274 | 0 | 42 | 27 | 4 | 524 | 117 | 117 |
| Binary | 11110100 | 10100001 | 10111100 | 0 | 100010 | 10111 | 100 | 101010100 | 1001111 | 1001111 |
Color Harmonies of #F4A1BC
Complementary color
Monochromatic Colors of #F4A1BC
Black with #F4A1BC
Text Example
Text Example
White with #F4A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1BC; }
p { color: rgb(244,161,188); }
H1.HeaderClassName
{
color: #F4A1BC;
}
.AnyTagClassName
{
color: #F4A1BC;
}
</style>
background-color css
<style>
a { background-color: #F4A1BC; }
a { background-color: rgb(244,161,188); }
div.DivClassName
{
background-color: #F4A1BC;
}
.BgClassName
{
background-color: #F4A1BC;
}
</style>
border-color css
<style>
span { border-color: #F4A1BC; }
span { border-color: rgb(244,161,188); }
td.TdClassName
{
border-color: #F4A1BC;
}
.TagClassName
{
border-color: #F4A1BC;
}
</style>