Shades of Light Pink #F4ACB5
Tints of Light Pink #F4ACB5
RGB
CMYK
RGB Variations
Color information
#F4ACB5 (or 0xF4ACB5) is known color: Light Pink. HEX triplet: F4, AC and B5. RGB value is (244,172,181). Sum of RGB (Red+Green+Blue) = 244+172+181=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACB5 is #0B534A. Grayscale: #C2C2C2. Windows color (decimal): -742219 or 11906292. OLE color: 11906292.
HSL color Cylindrical-coordinate representation of color #F4ACB5: hue angle of 352.5º 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 #F4ACB5 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 181 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.04 |
| HSL | 352.5º | 0.77% | 0.82% | - |
| HSV(B) | 352.5º | 0.3% | 0.96% | - |
| XYZ | 60.4 | 52.07 | 50.58 | - |
| YUV | 194.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 181 | 0 | 0.30 | 0.26 | 0.04 | 352.5 | 0.77 | 0.82 |
| Hex | F4 | AC | B5 | 0 | 1E | 1A | 4 | 160 | 4D | 52 |
| Octal | 364 | 254 | 265 | 0 | 36 | 32 | 4 | 540 | 115 | 122 |
| Binary | 11110100 | 10101100 | 10110101 | 0 | 11110 | 11010 | 100 | 101100000 | 1001101 | 1010010 |
Color Harmonies of #F4ACB5
Complementary color
Monochromatic Colors of #F4ACB5
Black with #F4ACB5
Text Example
Text Example
White with #F4ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACB5; }
p { color: rgb(244,172,181); }
H1.HeaderClassName
{
color: #F4ACB5;
}
.AnyTagClassName
{
color: #F4ACB5;
}
</style>
background-color css
<style>
a { background-color: #F4ACB5; }
a { background-color: rgb(244,172,181); }
div.DivClassName
{
background-color: #F4ACB5;
}
.BgClassName
{
background-color: #F4ACB5;
}
</style>
border-color css
<style>
span { border-color: #F4ACB5; }
span { border-color: rgb(244,172,181); }
td.TdClassName
{
border-color: #F4ACB5;
}
.TagClassName
{
border-color: #F4ACB5;
}
</style>