Shades of Light Pink #FFA8B3
Tints of Light Pink #FFA8B3
RGB
CMYK
RGB Variations
Color information
#FFA8B3 (or 0xFFA8B3) is known color: Light Pink. HEX triplet: FF, A8 and B3. RGB value is (255,168,179). Sum of RGB (Red+Green+Blue) = 255+168+179=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8B3 is #00574C. Grayscale: #C3C3C3. Windows color (decimal): -22349 or 11774207. OLE color: 11774207.
HSL color Cylindrical-coordinate representation of color #FFA8B3: hue angle of 352.41º 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 #FFA8B3 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 179 | - |
| CMYK | 0 | 0.34 | 0.30 | 0 |
| HSL | 352.41º | 1% | 0.83% | - |
| HSV(B) | 352.41º | 0.34% | 1% | - |
| XYZ | 63.38 | 52.52 | 49.44 | - |
| YUV | 195.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 179 | 0 | 0.34 | 0.30 | 0 | 352.41 | 1 | 0.83 |
| Hex | FF | A8 | B3 | 0 | 22 | 1E | 0 | 160 | 64 | 53 |
| Octal | 377 | 250 | 263 | 0 | 42 | 36 | 0 | 540 | 144 | 123 |
| Binary | 11111111 | 10101000 | 10110011 | 0 | 100010 | 11110 | 0 | 101100000 | 1100100 | 1010011 |
Color Harmonies of #FFA8B3
Complementary color
Monochromatic Colors of #FFA8B3
Black with #FFA8B3
Text Example
Text Example
White with #FFA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8B3; }
p { color: rgb(255,168,179); }
H1.HeaderClassName
{
color: #FFA8B3;
}
.AnyTagClassName
{
color: #FFA8B3;
}
</style>
background-color css
<style>
a { background-color: #FFA8B3; }
a { background-color: rgb(255,168,179); }
div.DivClassName
{
background-color: #FFA8B3;
}
.BgClassName
{
background-color: #FFA8B3;
}
</style>
border-color css
<style>
span { border-color: #FFA8B3; }
span { border-color: rgb(255,168,179); }
td.TdClassName
{
border-color: #FFA8B3;
}
.TagClassName
{
border-color: #FFA8B3;
}
</style>