Shades of Light Pink #FFA8BD
Tints of Light Pink #FFA8BD
RGB
CMYK
RGB Variations
Color information
#FFA8BD (or 0xFFA8BD) is known color: Light Pink. HEX triplet: FF, A8 and BD. RGB value is (255,168,189). Sum of RGB (Red+Green+Blue) = 255+168+189=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BD is #005742. Grayscale: #C4C4C4. Windows color (decimal): -22339 or 12429567. OLE color: 12429567.
HSL color Cylindrical-coordinate representation of color #FFA8BD: hue angle of 345.52º 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 #FFA8BD is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 189 | - |
| CMYK | 0 | 0.34 | 0.26 | 0 |
| HSL | 345.52º | 1% | 0.83% | - |
| HSV(B) | 345.52º | 0.34% | 1% | - |
| XYZ | 64.43 | 52.94 | 54.97 | - |
| YUV | 196.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 189 | 0 | 0.34 | 0.26 | 0 | 345.52 | 1 | 0.83 |
| Hex | FF | A8 | BD | 0 | 22 | 1A | 0 | 15A | 64 | 53 |
| Octal | 377 | 250 | 275 | 0 | 42 | 32 | 0 | 532 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10111101 | 0 | 100010 | 11010 | 0 | 101011010 | 1100100 | 1010011 |
Color Harmonies of #FFA8BD
Complementary color
Monochromatic Colors of #FFA8BD
Black with #FFA8BD
Text Example
Text Example
White with #FFA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8BD; }
p { color: rgb(255,168,189); }
H1.HeaderClassName
{
color: #FFA8BD;
}
.AnyTagClassName
{
color: #FFA8BD;
}
</style>
background-color css
<style>
a { background-color: #FFA8BD; }
a { background-color: rgb(255,168,189); }
div.DivClassName
{
background-color: #FFA8BD;
}
.BgClassName
{
background-color: #FFA8BD;
}
</style>
border-color css
<style>
span { border-color: #FFA8BD; }
span { border-color: rgb(255,168,189); }
td.TdClassName
{
border-color: #FFA8BD;
}
.TagClassName
{
border-color: #FFA8BD;
}
</style>