Shades of Light Pink #FFA8B5
Tints of Light Pink #FFA8B5
RGB
CMYK
RGB Variations
Color information
#FFA8B5 (or 0xFFA8B5) is known color: Light Pink. HEX triplet: FF, A8 and B5. RGB value is (255,168,181). Sum of RGB (Red+Green+Blue) = 255+168+181=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8B5 is #00574A. Grayscale: #C3C3C3. Windows color (decimal): -22347 or 11905279. OLE color: 11905279.
HSL color Cylindrical-coordinate representation of color #FFA8B5: hue angle of 351.03º 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 #FFA8B5 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 181 | - |
| CMYK | 0 | 0.34 | 0.29 | 0 |
| HSL | 351.03º | 1% | 0.83% | - |
| HSV(B) | 351.03º | 0.34% | 1% | - |
| XYZ | 63.58 | 52.6 | 50.52 | - |
| YUV | 195.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 181 | 0 | 0.34 | 0.29 | 0 | 351.03 | 1 | 0.83 |
| Hex | FF | A8 | B5 | 0 | 22 | 1D | 0 | 15F | 64 | 53 |
| Octal | 377 | 250 | 265 | 0 | 42 | 35 | 0 | 537 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10110101 | 0 | 100010 | 11101 | 0 | 101011111 | 1100100 | 1010011 |
Color Harmonies of #FFA8B5
Complementary color
Monochromatic Colors of #FFA8B5
Black with #FFA8B5
Text Example
Text Example
White with #FFA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8B5; }
p { color: rgb(255,168,181); }
H1.HeaderClassName
{
color: #FFA8B5;
}
.AnyTagClassName
{
color: #FFA8B5;
}
</style>
background-color css
<style>
a { background-color: #FFA8B5; }
a { background-color: rgb(255,168,181); }
div.DivClassName
{
background-color: #FFA8B5;
}
.BgClassName
{
background-color: #FFA8B5;
}
</style>
border-color css
<style>
span { border-color: #FFA8B5; }
span { border-color: rgb(255,168,181); }
td.TdClassName
{
border-color: #FFA8B5;
}
.TagClassName
{
border-color: #FFA8B5;
}
</style>