Shades of Light Pink #F4ACB6
Tints of Light Pink #F4ACB6
RGB
CMYK
RGB Variations
Color information
#F4ACB6 (or 0xF4ACB6) is known color: Light Pink. HEX triplet: F4, AC and B6. RGB value is (244,172,182). Sum of RGB (Red+Green+Blue) = 244+172+182=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACB6 is #0B5349. Grayscale: #C2C2C2. Windows color (decimal): -742218 or 11971828. OLE color: 11971828.
HSL color Cylindrical-coordinate representation of color #F4ACB6: hue angle of 351.67º 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 #F4ACB6 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 182 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.04 |
| HSL | 351.67º | 0.77% | 0.82% | - |
| HSV(B) | 351.67º | 0.3% | 0.96% | - |
| XYZ | 60.5 | 52.12 | 51.13 | - |
| YUV | 194.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 182 | 0 | 0.30 | 0.25 | 0.04 | 351.67 | 0.77 | 0.82 |
| Hex | F4 | AC | B6 | 0 | 1E | 19 | 4 | 160 | 4D | 52 |
| Octal | 364 | 254 | 266 | 0 | 36 | 31 | 4 | 540 | 115 | 122 |
| Binary | 11110100 | 10101100 | 10110110 | 0 | 11110 | 11001 | 100 | 101100000 | 1001101 | 1010010 |
Color Harmonies of #F4ACB6
Complementary color
Monochromatic Colors of #F4ACB6
Black with #F4ACB6
Text Example
Text Example
White with #F4ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACB6; }
p { color: rgb(244,172,182); }
H1.HeaderClassName
{
color: #F4ACB6;
}
.AnyTagClassName
{
color: #F4ACB6;
}
</style>
background-color css
<style>
a { background-color: #F4ACB6; }
a { background-color: rgb(244,172,182); }
div.DivClassName
{
background-color: #F4ACB6;
}
.BgClassName
{
background-color: #F4ACB6;
}
</style>
border-color css
<style>
span { border-color: #F4ACB6; }
span { border-color: rgb(244,172,182); }
td.TdClassName
{
border-color: #F4ACB6;
}
.TagClassName
{
border-color: #F4ACB6;
}
</style>