Shades of Light Pink #F4ACB7
Tints of Light Pink #F4ACB7
RGB
CMYK
RGB Variations
Color information
#F4ACB7 (or 0xF4ACB7) is known color: Light Pink. HEX triplet: F4, AC and B7. RGB value is (244,172,183). Sum of RGB (Red+Green+Blue) = 244+172+183=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACB7 is #0B5348. Grayscale: #C2C2C2. Windows color (decimal): -742217 or 12037364. OLE color: 12037364.
HSL color Cylindrical-coordinate representation of color #F4ACB7: hue angle of 350.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACB7 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 183 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.04 |
| HSL | 350.83º | 0.77% | 0.82% | - |
| HSV(B) | 350.83º | 0.3% | 0.96% | - |
| XYZ | 60.61 | 52.16 | 51.67 | - |
| YUV | 194.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 183 | 0 | 0.30 | 0.25 | 0.04 | 350.83 | 0.77 | 0.82 |
| Hex | F4 | AC | B7 | 0 | 1E | 19 | 4 | 15F | 4D | 52 |
| Octal | 364 | 254 | 267 | 0 | 36 | 31 | 4 | 537 | 115 | 122 |
| Binary | 11110100 | 10101100 | 10110111 | 0 | 11110 | 11001 | 100 | 101011111 | 1001101 | 1010010 |
Color Harmonies of #F4ACB7
Complementary color
Monochromatic Colors of #F4ACB7
Black with #F4ACB7
Text Example
Text Example
White with #F4ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACB7; }
p { color: rgb(244,172,183); }
H1.HeaderClassName
{
color: #F4ACB7;
}
.AnyTagClassName
{
color: #F4ACB7;
}
</style>
background-color css
<style>
a { background-color: #F4ACB7; }
a { background-color: rgb(244,172,183); }
div.DivClassName
{
background-color: #F4ACB7;
}
.BgClassName
{
background-color: #F4ACB7;
}
</style>
border-color css
<style>
span { border-color: #F4ACB7; }
span { border-color: rgb(244,172,183); }
td.TdClassName
{
border-color: #F4ACB7;
}
.TagClassName
{
border-color: #F4ACB7;
}
</style>