Shades of Light Pink #F5ACB7
Tints of Light Pink #F5ACB7
RGB
CMYK
RGB Variations
Color information
#F5ACB7 (or 0xF5ACB7) is known color: Light Pink. HEX triplet: F5, AC and B7. RGB value is (245,172,183). Sum of RGB (Red+Green+Blue) = 245+172+183=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACB7 is #0A5348. Grayscale: #C3C3C3. Windows color (decimal): -676681 or 12037365. OLE color: 12037365.
HSL color Cylindrical-coordinate representation of color #F5ACB7: hue angle of 350.96º degrees, saturation: 0.78, 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 #F5ACB7 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 183 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.04 |
| HSL | 350.96º | 0.78% | 0.82% | - |
| HSV(B) | 350.96º | 0.3% | 0.96% | - |
| XYZ | 60.96 | 52.34 | 51.69 | - |
| YUV | 195.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 183 | 0 | 0.30 | 0.25 | 0.04 | 350.96 | 0.78 | 0.82 |
| Hex | F5 | AC | B7 | 0 | 1E | 19 | 4 | 15F | 4E | 52 |
| Octal | 365 | 254 | 267 | 0 | 36 | 31 | 4 | 537 | 116 | 122 |
| Binary | 11110101 | 10101100 | 10110111 | 0 | 11110 | 11001 | 100 | 101011111 | 1001110 | 1010010 |
Color Harmonies of #F5ACB7
Complementary color
Monochromatic Colors of #F5ACB7
Black with #F5ACB7
Text Example
Text Example
White with #F5ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACB7; }
p { color: rgb(245,172,183); }
H1.HeaderClassName
{
color: #F5ACB7;
}
.AnyTagClassName
{
color: #F5ACB7;
}
</style>
background-color css
<style>
a { background-color: #F5ACB7; }
a { background-color: rgb(245,172,183); }
div.DivClassName
{
background-color: #F5ACB7;
}
.BgClassName
{
background-color: #F5ACB7;
}
</style>
border-color css
<style>
span { border-color: #F5ACB7; }
span { border-color: rgb(245,172,183); }
td.TdClassName
{
border-color: #F5ACB7;
}
.TagClassName
{
border-color: #F5ACB7;
}
</style>