Shades of Light Pink #F9ACB3
Tints of Light Pink #F9ACB3
RGB
CMYK
RGB Variations
Color information
#F9ACB3 (or 0xF9ACB3) is known color: Light Pink. HEX triplet: F9, AC and B3. RGB value is (249,172,179). Sum of RGB (Red+Green+Blue) = 249+172+179=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACB3 is #06534C. Grayscale: #C3C3C3. Windows color (decimal): -414541 or 11775225. OLE color: 11775225.
HSL color Cylindrical-coordinate representation of color #F9ACB3: hue angle of 354.55º 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 #F9ACB3 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 172 | 179 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 354.55º | 0.87% | 0.83% | - |
| HSV(B) | 354.55º | 0.31% | 0.98% | - |
| XYZ | 61.96 | 52.9 | 49.59 | - |
| YUV | 195.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 172 | 179 | 0 | 0.31 | 0.28 | 0.02 | 354.55 | 0.87 | 0.83 |
| Hex | F9 | AC | B3 | 0 | 1F | 1C | 2 | 163 | 57 | 53 |
| Octal | 371 | 254 | 263 | 0 | 37 | 34 | 2 | 543 | 127 | 123 |
| Binary | 11111001 | 10101100 | 10110011 | 0 | 11111 | 11100 | 10 | 101100011 | 1010111 | 1010011 |
Color Harmonies of #F9ACB3
Complementary color
Monochromatic Colors of #F9ACB3
Black with #F9ACB3
Text Example
Text Example
White with #F9ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ACB3; }
p { color: rgb(249,172,179); }
H1.HeaderClassName
{
color: #F9ACB3;
}
.AnyTagClassName
{
color: #F9ACB3;
}
</style>
background-color css
<style>
a { background-color: #F9ACB3; }
a { background-color: rgb(249,172,179); }
div.DivClassName
{
background-color: #F9ACB3;
}
.BgClassName
{
background-color: #F9ACB3;
}
</style>
border-color css
<style>
span { border-color: #F9ACB3; }
span { border-color: rgb(249,172,179); }
td.TdClassName
{
border-color: #F9ACB3;
}
.TagClassName
{
border-color: #F9ACB3;
}
</style>