Shades of Light Pink #FFA8B0
Tints of Light Pink #FFA8B0
RGB
CMYK
RGB Variations
Color information
#FFA8B0 (or 0xFFA8B0) is known color: Light Pink. HEX triplet: FF, A8 and B0. RGB value is (255,168,176). Sum of RGB (Red+Green+Blue) = 255+168+176=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8B0 is #00574F. Grayscale: #C2C2C2. Windows color (decimal): -22352 or 11577599. OLE color: 11577599.
HSL color Cylindrical-coordinate representation of color #FFA8B0: hue angle of 354.48º 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 #FFA8B0 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 176 | - |
| CMYK | 0 | 0.34 | 0.31 | 0 |
| HSL | 354.48º | 1% | 0.83% | - |
| HSV(B) | 354.48º | 0.34% | 1% | - |
| XYZ | 63.08 | 52.4 | 47.86 | - |
| YUV | 194.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 176 | 0 | 0.34 | 0.31 | 0 | 354.48 | 1 | 0.83 |
| Hex | FF | A8 | B0 | 0 | 22 | 1F | 0 | 162 | 64 | 53 |
| Octal | 377 | 250 | 260 | 0 | 42 | 37 | 0 | 542 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10110000 | 0 | 100010 | 11111 | 0 | 101100010 | 1100100 | 1010011 |
Color Harmonies of #FFA8B0
Complementary color
Monochromatic Colors of #FFA8B0
Black with #FFA8B0
Text Example
Text Example
White with #FFA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8B0; }
p { color: rgb(255,168,176); }
H1.HeaderClassName
{
color: #FFA8B0;
}
.AnyTagClassName
{
color: #FFA8B0;
}
</style>
background-color css
<style>
a { background-color: #FFA8B0; }
a { background-color: rgb(255,168,176); }
div.DivClassName
{
background-color: #FFA8B0;
}
.BgClassName
{
background-color: #FFA8B0;
}
</style>
border-color css
<style>
span { border-color: #FFA8B0; }
span { border-color: rgb(255,168,176); }
td.TdClassName
{
border-color: #FFA8B0;
}
.TagClassName
{
border-color: #FFA8B0;
}
</style>