Shades of Light Pink #FFA8B2
Tints of Light Pink #FFA8B2
RGB
CMYK
RGB Variations
Color information
#FFA8B2 (or 0xFFA8B2) is known color: Light Pink. HEX triplet: FF, A8 and B2. RGB value is (255,168,178). Sum of RGB (Red+Green+Blue) = 255+168+178=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8B2 is #00574D. Grayscale: #C3C3C3. Windows color (decimal): -22350 or 11708671. OLE color: 11708671.
HSL color Cylindrical-coordinate representation of color #FFA8B2: hue angle of 353.1º 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 #FFA8B2 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 178 | - |
| CMYK | 0 | 0.34 | 0.30 | 0 |
| HSL | 353.1º | 1% | 0.83% | - |
| HSV(B) | 353.1º | 0.34% | 1% | - |
| XYZ | 63.28 | 52.48 | 48.91 | - |
| YUV | 195.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 178 | 0 | 0.34 | 0.30 | 0 | 353.1 | 1 | 0.83 |
| Hex | FF | A8 | B2 | 0 | 22 | 1E | 0 | 161 | 64 | 53 |
| Octal | 377 | 250 | 262 | 0 | 42 | 36 | 0 | 541 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10110010 | 0 | 100010 | 11110 | 0 | 101100001 | 1100100 | 1010011 |
Color Harmonies of #FFA8B2
Complementary color
Monochromatic Colors of #FFA8B2
Black with #FFA8B2
Text Example
Text Example
White with #FFA8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8B2; }
p { color: rgb(255,168,178); }
H1.HeaderClassName
{
color: #FFA8B2;
}
.AnyTagClassName
{
color: #FFA8B2;
}
</style>
background-color css
<style>
a { background-color: #FFA8B2; }
a { background-color: rgb(255,168,178); }
div.DivClassName
{
background-color: #FFA8B2;
}
.BgClassName
{
background-color: #FFA8B2;
}
</style>
border-color css
<style>
span { border-color: #FFA8B2; }
span { border-color: rgb(255,168,178); }
td.TdClassName
{
border-color: #FFA8B2;
}
.TagClassName
{
border-color: #FFA8B2;
}
</style>