Shades of Light Pink #FFADB0
Tints of Light Pink #FFADB0
RGB
CMYK
RGB Variations
Color information
#FFADB0 (or 0xFFADB0) is known color: Light Pink. HEX triplet: FF, AD and B0. RGB value is (255,173,176). Sum of RGB (Red+Green+Blue) = 255+173+176=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADB0 is #00524F. Grayscale: #C5C5C5. Windows color (decimal): -21072 or 11578879. OLE color: 11578879.
HSL color Cylindrical-coordinate representation of color #FFADB0: hue angle of 357.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADB0 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 176 | - |
| CMYK | 0 | 0.32 | 0.31 | 0 |
| HSL | 357.8º | 1% | 0.84% | - |
| HSV(B) | 357.8º | 0.32% | 1% | - |
| XYZ | 64.02 | 54.28 | 48.18 | - |
| YUV | 197.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 176 | 0 | 0.32 | 0.31 | 0 | 357.8 | 1 | 0.84 |
| Hex | FF | AD | B0 | 0 | 20 | 1F | 0 | 166 | 64 | 54 |
| Octal | 377 | 255 | 260 | 0 | 40 | 37 | 0 | 546 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10110000 | 0 | 100000 | 11111 | 0 | 101100110 | 1100100 | 1010100 |
Color Harmonies of #FFADB0
Complementary color
Monochromatic Colors of #FFADB0
Black with #FFADB0
Text Example
Text Example
White with #FFADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB0; }
p { color: rgb(255,173,176); }
H1.HeaderClassName
{
color: #FFADB0;
}
.AnyTagClassName
{
color: #FFADB0;
}
</style>
background-color css
<style>
a { background-color: #FFADB0; }
a { background-color: rgb(255,173,176); }
div.DivClassName
{
background-color: #FFADB0;
}
.BgClassName
{
background-color: #FFADB0;
}
</style>
border-color css
<style>
span { border-color: #FFADB0; }
span { border-color: rgb(255,173,176); }
td.TdClassName
{
border-color: #FFADB0;
}
.TagClassName
{
border-color: #FFADB0;
}
</style>