Shades of Light Pink #F7ACB5
Tints of Light Pink #F7ACB5
RGB
CMYK
RGB Variations
Color information
#F7ACB5 (or 0xF7ACB5) is known color: Light Pink. HEX triplet: F7, AC and B5. RGB value is (247,172,181). Sum of RGB (Red+Green+Blue) = 247+172+181=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACB5 is #08534A. Grayscale: #C3C3C3. Windows color (decimal): -545611 or 11906295. OLE color: 11906295.
HSL color Cylindrical-coordinate representation of color #F7ACB5: hue angle of 352.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACB5 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 181 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.03 |
| HSL | 352.8º | 0.82% | 0.82% | - |
| HSV(B) | 352.8º | 0.3% | 0.97% | - |
| XYZ | 61.45 | 52.62 | 50.63 | - |
| YUV | 195.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 181 | 0 | 0.30 | 0.27 | 0.03 | 352.8 | 0.82 | 0.82 |
| Hex | F7 | AC | B5 | 0 | 1E | 1B | 3 | 161 | 52 | 52 |
| Octal | 367 | 254 | 265 | 0 | 36 | 33 | 3 | 541 | 122 | 122 |
| Binary | 11110111 | 10101100 | 10110101 | 0 | 11110 | 11011 | 11 | 101100001 | 1010010 | 1010010 |
Color Harmonies of #F7ACB5
Complementary color
Monochromatic Colors of #F7ACB5
Black with #F7ACB5
Text Example
Text Example
White with #F7ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACB5; }
p { color: rgb(247,172,181); }
H1.HeaderClassName
{
color: #F7ACB5;
}
.AnyTagClassName
{
color: #F7ACB5;
}
</style>
background-color css
<style>
a { background-color: #F7ACB5; }
a { background-color: rgb(247,172,181); }
div.DivClassName
{
background-color: #F7ACB5;
}
.BgClassName
{
background-color: #F7ACB5;
}
</style>
border-color css
<style>
span { border-color: #F7ACB5; }
span { border-color: rgb(247,172,181); }
td.TdClassName
{
border-color: #F7ACB5;
}
.TagClassName
{
border-color: #F7ACB5;
}
</style>