Shades of Light Pink #FFA7BB
Tints of Light Pink #FFA7BB
RGB
CMYK
RGB Variations
Color information
#FFA7BB (or 0xFFA7BB) is known color: Light Pink. HEX triplet: FF, A7 and BB. RGB value is (255,167,187). Sum of RGB (Red+Green+Blue) = 255+167+187=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7BB is #005844. Grayscale: #C3C3C3. Windows color (decimal): -22597 or 12298239. OLE color: 12298239.
HSL color Cylindrical-coordinate representation of color #FFA7BB: hue angle of 346.36º 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 #FFA7BB is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 187 | - |
| CMYK | 0 | 0.35 | 0.27 | 0 |
| HSL | 346.36º | 1% | 0.83% | - |
| HSV(B) | 346.36º | 0.35% | 1% | - |
| XYZ | 64.03 | 52.49 | 53.77 | - |
| YUV | 195.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 187 | 0 | 0.35 | 0.27 | 0 | 346.36 | 1 | 0.83 |
| Hex | FF | A7 | BB | 0 | 23 | 1B | 0 | 15A | 64 | 53 |
| Octal | 377 | 247 | 273 | 0 | 43 | 33 | 0 | 532 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10111011 | 0 | 100011 | 11011 | 0 | 101011010 | 1100100 | 1010011 |
Color Harmonies of #FFA7BB
Complementary color
Monochromatic Colors of #FFA7BB
Black with #FFA7BB
Text Example
Text Example
White with #FFA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7BB; }
p { color: rgb(255,167,187); }
H1.HeaderClassName
{
color: #FFA7BB;
}
.AnyTagClassName
{
color: #FFA7BB;
}
</style>
background-color css
<style>
a { background-color: #FFA7BB; }
a { background-color: rgb(255,167,187); }
div.DivClassName
{
background-color: #FFA7BB;
}
.BgClassName
{
background-color: #FFA7BB;
}
</style>
border-color css
<style>
span { border-color: #FFA7BB; }
span { border-color: rgb(255,167,187); }
td.TdClassName
{
border-color: #FFA7BB;
}
.TagClassName
{
border-color: #FFA7BB;
}
</style>