Shades of Light Pink #FFA7BC
Tints of Light Pink #FFA7BC
RGB
CMYK
RGB Variations
Color information
#FFA7BC (or 0xFFA7BC) is known color: Light Pink. HEX triplet: FF, A7 and BC. RGB value is (255,167,188). Sum of RGB (Red+Green+Blue) = 255+167+188=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7BC is #005843. Grayscale: #C3C3C3. Windows color (decimal): -22596 or 12363775. OLE color: 12363775.
HSL color Cylindrical-coordinate representation of color #FFA7BC: hue angle of 345.68º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7BC is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 188 | - |
| CMYK | 0 | 0.35 | 0.26 | 0 |
| HSL | 345.68º | 1% | 0.83% | - |
| HSV(B) | 345.68º | 0.35% | 1% | - |
| XYZ | 64.14 | 52.53 | 54.34 | - |
| YUV | 195.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 188 | 0 | 0.35 | 0.26 | 0 | 345.68 | 1 | 0.83 |
| Hex | FF | A7 | BC | 0 | 23 | 1A | 0 | 15A | 64 | 53 |
| Octal | 377 | 247 | 274 | 0 | 43 | 32 | 0 | 532 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10111100 | 0 | 100011 | 11010 | 0 | 101011010 | 1100100 | 1010011 |
Color Harmonies of #FFA7BC
Complementary color
Monochromatic Colors of #FFA7BC
Black with #FFA7BC
Text Example
Text Example
White with #FFA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7BC; }
p { color: rgb(255,167,188); }
H1.HeaderClassName
{
color: #FFA7BC;
}
.AnyTagClassName
{
color: #FFA7BC;
}
</style>
background-color css
<style>
a { background-color: #FFA7BC; }
a { background-color: rgb(255,167,188); }
div.DivClassName
{
background-color: #FFA7BC;
}
.BgClassName
{
background-color: #FFA7BC;
}
</style>
border-color css
<style>
span { border-color: #FFA7BC; }
span { border-color: rgb(255,167,188); }
td.TdClassName
{
border-color: #FFA7BC;
}
.TagClassName
{
border-color: #FFA7BC;
}
</style>