Shades of Light Pink #F2ACB6
Tints of Light Pink #F2ACB6
RGB
CMYK
RGB Variations
Color information
#F2ACB6 (or 0xF2ACB6) is known color: Light Pink. HEX triplet: F2, AC and B6. RGB value is (242,172,182). Sum of RGB (Red+Green+Blue) = 242+172+182=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACB6 is #0D5349. Grayscale: #C2C2C2. Windows color (decimal): -873290 or 11971826. OLE color: 11971826.
HSL color Cylindrical-coordinate representation of color #F2ACB6: hue angle of 351.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACB6 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 182 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 351.43º | 0.73% | 0.81% | - |
| HSV(B) | 351.43º | 0.29% | 0.95% | - |
| XYZ | 59.81 | 51.76 | 51.09 | - |
| YUV | 194.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 182 | 0 | 0.29 | 0.25 | 0.05 | 351.43 | 0.73 | 0.81 |
| Hex | F2 | AC | B6 | 0 | 1D | 19 | 5 | 15F | 49 | 51 |
| Octal | 362 | 254 | 266 | 0 | 35 | 31 | 5 | 537 | 111 | 121 |
| Binary | 11110010 | 10101100 | 10110110 | 0 | 11101 | 11001 | 101 | 101011111 | 1001001 | 1010001 |
Color Harmonies of #F2ACB6
Complementary color
Monochromatic Colors of #F2ACB6
Black with #F2ACB6
Text Example
Text Example
White with #F2ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACB6; }
p { color: rgb(242,172,182); }
H1.HeaderClassName
{
color: #F2ACB6;
}
.AnyTagClassName
{
color: #F2ACB6;
}
</style>
background-color css
<style>
a { background-color: #F2ACB6; }
a { background-color: rgb(242,172,182); }
div.DivClassName
{
background-color: #F2ACB6;
}
.BgClassName
{
background-color: #F2ACB6;
}
</style>
border-color css
<style>
span { border-color: #F2ACB6; }
span { border-color: rgb(242,172,182); }
td.TdClassName
{
border-color: #F2ACB6;
}
.TagClassName
{
border-color: #F2ACB6;
}
</style>