Shades of Light Pink #FFA8B9
Tints of Light Pink #FFA8B9
RGB
CMYK
RGB Variations
Color information
#FFA8B9 (or 0xFFA8B9) is known color: Light Pink. HEX triplet: FF, A8 and B9. RGB value is (255,168,185). Sum of RGB (Red+Green+Blue) = 255+168+185=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8B9 is #005746. Grayscale: #C3C3C3. Windows color (decimal): -22343 or 12167423. OLE color: 12167423.
HSL color Cylindrical-coordinate representation of color #FFA8B9: hue angle of 348.28º 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 #FFA8B9 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 185 | - |
| CMYK | 0 | 0.34 | 0.27 | 0 |
| HSL | 348.28º | 1% | 0.83% | - |
| HSV(B) | 348.28º | 0.34% | 1% | - |
| XYZ | 64 | 52.77 | 52.71 | - |
| YUV | 195.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 185 | 0 | 0.34 | 0.27 | 0 | 348.28 | 1 | 0.83 |
| Hex | FF | A8 | B9 | 0 | 22 | 1B | 0 | 15C | 64 | 53 |
| Octal | 377 | 250 | 271 | 0 | 42 | 33 | 0 | 534 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10111001 | 0 | 100010 | 11011 | 0 | 101011100 | 1100100 | 1010011 |
Color Harmonies of #FFA8B9
Complementary color
Monochromatic Colors of #FFA8B9
Black with #FFA8B9
Text Example
Text Example
White with #FFA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8B9; }
p { color: rgb(255,168,185); }
H1.HeaderClassName
{
color: #FFA8B9;
}
.AnyTagClassName
{
color: #FFA8B9;
}
</style>
background-color css
<style>
a { background-color: #FFA8B9; }
a { background-color: rgb(255,168,185); }
div.DivClassName
{
background-color: #FFA8B9;
}
.BgClassName
{
background-color: #FFA8B9;
}
</style>
border-color css
<style>
span { border-color: #FFA8B9; }
span { border-color: rgb(255,168,185); }
td.TdClassName
{
border-color: #FFA8B9;
}
.TagClassName
{
border-color: #FFA8B9;
}
</style>