Shades of Light Pink #FFA8BB
Tints of Light Pink #FFA8BB
RGB
CMYK
RGB Variations
Color information
#FFA8BB (or 0xFFA8BB) is known color: Light Pink. HEX triplet: FF, A8 and BB. RGB value is (255,168,187). Sum of RGB (Red+Green+Blue) = 255+168+187=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BB is #005744. Grayscale: #C4C4C4. Windows color (decimal): -22341 or 12298495. OLE color: 12298495.
HSL color Cylindrical-coordinate representation of color #FFA8BB: hue angle of 346.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8BB is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 187 | - |
| CMYK | 0 | 0.34 | 0.27 | 0 |
| HSL | 346.9º | 1% | 0.83% | - |
| HSV(B) | 346.9º | 0.34% | 1% | - |
| XYZ | 64.21 | 52.85 | 53.83 | - |
| YUV | 196.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 187 | 0 | 0.34 | 0.27 | 0 | 346.9 | 1 | 0.83 |
| Hex | FF | A8 | BB | 0 | 22 | 1B | 0 | 15B | 64 | 53 |
| Octal | 377 | 250 | 273 | 0 | 42 | 33 | 0 | 533 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10111011 | 0 | 100010 | 11011 | 0 | 101011011 | 1100100 | 1010011 |
Color Harmonies of #FFA8BB
Complementary color
Monochromatic Colors of #FFA8BB
Black with #FFA8BB
Text Example
Text Example
White with #FFA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8BB; }
p { color: rgb(255,168,187); }
H1.HeaderClassName
{
color: #FFA8BB;
}
.AnyTagClassName
{
color: #FFA8BB;
}
</style>
background-color css
<style>
a { background-color: #FFA8BB; }
a { background-color: rgb(255,168,187); }
div.DivClassName
{
background-color: #FFA8BB;
}
.BgClassName
{
background-color: #FFA8BB;
}
</style>
border-color css
<style>
span { border-color: #FFA8BB; }
span { border-color: rgb(255,168,187); }
td.TdClassName
{
border-color: #FFA8BB;
}
.TagClassName
{
border-color: #FFA8BB;
}
</style>