Shades of Light Pink #FFA8BC
Tints of Light Pink #FFA8BC
RGB
CMYK
RGB Variations
Color information
#FFA8BC (or 0xFFA8BC) is known color: Light Pink. HEX triplet: FF, A8 and BC. RGB value is (255,168,188). Sum of RGB (Red+Green+Blue) = 255+168+188=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BC is #005743. Grayscale: #C4C4C4. Windows color (decimal): -22340 or 12364031. OLE color: 12364031.
HSL color Cylindrical-coordinate representation of color #FFA8BC: hue angle of 346.21º 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 #FFA8BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 188 | - |
CMYK | 0 | 0.34 | 0.26 | 0 |
HSL | 346.21º | 1% | 0.83% | - |
HSV(B) | 346.21º | 0.34% | 1% | - |
XYZ | 64.32 | 52.9 | 54.4 | - |
YUV | 196.29 | 123.32 | 169.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 188 | 0 | 0.34 | 0.26 | 0 | 346.21 | 1 | 0.83 |
Hex | FF | A8 | BC | 0 | 22 | 1A | 0 | 15A | 64 | 53 |
Octal | 377 | 250 | 274 | 0 | 42 | 32 | 0 | 532 | 144 | 123 |
Binary | 11111111 | 10101000 | 10111100 | 0 | 100010 | 11010 | 0 | 101011010 | 1100100 | 1010011 |
Color Harmonies of #FFA8BC
Complementary color
Monochromatic Colors of #FFA8BC
Black with #FFA8BC
Text Example
Text Example
White with #FFA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8BC; }
p { color: rgb(255,168,188); }
H1.HeaderClassName
{
color: #FFA8BC;
}
.AnyTagClassName
{
color: #FFA8BC;
}
</style>
background-color css
<style>
a { background-color: #FFA8BC; }
a { background-color: rgb(255,168,188); }
div.DivClassName
{
background-color: #FFA8BC;
}
.BgClassName
{
background-color: #FFA8BC;
}
</style>
border-color css
<style>
span { border-color: #FFA8BC; }
span { border-color: rgb(255,168,188); }
td.TdClassName
{
border-color: #FFA8BC;
}
.TagClassName
{
border-color: #FFA8BC;
}
</style>