Shades of Light Pink #F9ACB4
Tints of Light Pink #F9ACB4
RGB
CMYK
RGB Variations
Color information
#F9ACB4 (or 0xF9ACB4) is known color: Light Pink. HEX triplet: F9, AC and B4. RGB value is (249,172,180). Sum of RGB (Red+Green+Blue) = 249+172+180=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACB4 is #06534B. Grayscale: #C3C3C3. Windows color (decimal): -414540 or 11840761. OLE color: 11840761.
HSL color Cylindrical-coordinate representation of color #F9ACB4: hue angle of 353.77º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACB4 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 172 | 180 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 353.77º | 0.87% | 0.83% | - |
| HSV(B) | 353.77º | 0.31% | 0.98% | - |
| XYZ | 62.06 | 52.94 | 50.13 | - |
| YUV | 195.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 172 | 180 | 0 | 0.31 | 0.28 | 0.02 | 353.77 | 0.87 | 0.83 |
| Hex | F9 | AC | B4 | 0 | 1F | 1C | 2 | 162 | 57 | 53 |
| Octal | 371 | 254 | 264 | 0 | 37 | 34 | 2 | 542 | 127 | 123 |
| Binary | 11111001 | 10101100 | 10110100 | 0 | 11111 | 11100 | 10 | 101100010 | 1010111 | 1010011 |
Color Harmonies of #F9ACB4
Complementary color
Monochromatic Colors of #F9ACB4
Black with #F9ACB4
Text Example
Text Example
White with #F9ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ACB4; }
p { color: rgb(249,172,180); }
H1.HeaderClassName
{
color: #F9ACB4;
}
.AnyTagClassName
{
color: #F9ACB4;
}
</style>
background-color css
<style>
a { background-color: #F9ACB4; }
a { background-color: rgb(249,172,180); }
div.DivClassName
{
background-color: #F9ACB4;
}
.BgClassName
{
background-color: #F9ACB4;
}
</style>
border-color css
<style>
span { border-color: #F9ACB4; }
span { border-color: rgb(249,172,180); }
td.TdClassName
{
border-color: #F9ACB4;
}
.TagClassName
{
border-color: #F9ACB4;
}
</style>