Shades of Light Pink #FFADBA
Tints of Light Pink #FFADBA
RGB
CMYK
RGB Variations
Color information
#FFADBA (or 0xFFADBA) is known color: Light Pink. HEX triplet: FF, AD and BA. RGB value is (255,173,186). Sum of RGB (Red+Green+Blue) = 255+173+186=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADBA is #005245. Grayscale: #C7C7C7. Windows color (decimal): -21062 or 12234239. OLE color: 12234239.
HSL color Cylindrical-coordinate representation of color #FFADBA: hue angle of 350.49º 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 #FFADBA is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 186 | - |
| CMYK | 0 | 0.32 | 0.27 | 0 |
| HSL | 350.49º | 1% | 0.84% | - |
| HSV(B) | 350.49º | 0.32% | 1% | - |
| XYZ | 65.05 | 54.69 | 53.58 | - |
| YUV | 199 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 186 | 0 | 0.32 | 0.27 | 0 | 350.49 | 1 | 0.84 |
| Hex | FF | AD | BA | 0 | 20 | 1B | 0 | 15E | 64 | 54 |
| Octal | 377 | 255 | 272 | 0 | 40 | 33 | 0 | 536 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10111010 | 0 | 100000 | 11011 | 0 | 101011110 | 1100100 | 1010100 |
Color Harmonies of #FFADBA
Complementary color
Monochromatic Colors of #FFADBA
Black with #FFADBA
Text Example
Text Example
White with #FFADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADBA; }
p { color: rgb(255,173,186); }
H1.HeaderClassName
{
color: #FFADBA;
}
.AnyTagClassName
{
color: #FFADBA;
}
</style>
background-color css
<style>
a { background-color: #FFADBA; }
a { background-color: rgb(255,173,186); }
div.DivClassName
{
background-color: #FFADBA;
}
.BgClassName
{
background-color: #FFADBA;
}
</style>
border-color css
<style>
span { border-color: #FFADBA; }
span { border-color: rgb(255,173,186); }
td.TdClassName
{
border-color: #FFADBA;
}
.TagClassName
{
border-color: #FFADBA;
}
</style>