Shades of Light Pink #F7ACB2
Tints of Light Pink #F7ACB2
RGB
CMYK
RGB Variations
Color information
#F7ACB2 (or 0xF7ACB2) is known color: Light Pink. HEX triplet: F7, AC and B2. RGB value is (247,172,178). Sum of RGB (Red+Green+Blue) = 247+172+178=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ACB2 is #08534D. Grayscale: #C3C3C3. Windows color (decimal): -545614 or 11709687. OLE color: 11709687.
HSL color Cylindrical-coordinate representation of color #F7ACB2: hue angle of 355.2º 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 #F7ACB2 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 178 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.03 |
| HSL | 355.2º | 0.82% | 0.82% | - |
| HSV(B) | 355.2º | 0.3% | 0.97% | - |
| XYZ | 61.15 | 52.49 | 49.03 | - |
| YUV | 195.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 178 | 0 | 0.30 | 0.28 | 0.03 | 355.2 | 0.82 | 0.82 |
| Hex | F7 | AC | B2 | 0 | 1E | 1C | 3 | 163 | 52 | 52 |
| Octal | 367 | 254 | 262 | 0 | 36 | 34 | 3 | 543 | 122 | 122 |
| Binary | 11110111 | 10101100 | 10110010 | 0 | 11110 | 11100 | 11 | 101100011 | 1010010 | 1010010 |
Color Harmonies of #F7ACB2
Complementary color
Monochromatic Colors of #F7ACB2
Black with #F7ACB2
Text Example
Text Example
White with #F7ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACB2; }
p { color: rgb(247,172,178); }
H1.HeaderClassName
{
color: #F7ACB2;
}
.AnyTagClassName
{
color: #F7ACB2;
}
</style>
background-color css
<style>
a { background-color: #F7ACB2; }
a { background-color: rgb(247,172,178); }
div.DivClassName
{
background-color: #F7ACB2;
}
.BgClassName
{
background-color: #F7ACB2;
}
</style>
border-color css
<style>
span { border-color: #F7ACB2; }
span { border-color: rgb(247,172,178); }
td.TdClassName
{
border-color: #F7ACB2;
}
.TagClassName
{
border-color: #F7ACB2;
}
</style>