Shades of Light Pink #FFADB6
Tints of Light Pink #FFADB6
RGB
CMYK
RGB Variations
Color information
#FFADB6 (or 0xFFADB6) is known color: Light Pink. HEX triplet: FF, AD and B6. RGB value is (255,173,182). Sum of RGB (Red+Green+Blue) = 255+173+182=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADB6 is #005249. Grayscale: #C6C6C6. Windows color (decimal): -21066 or 11972095. OLE color: 11972095.
HSL color Cylindrical-coordinate representation of color #FFADB6: hue angle of 353.41º 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 #FFADB6 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 182 | - |
| CMYK | 0 | 0.32 | 0.29 | 0 |
| HSL | 353.41º | 1% | 0.84% | - |
| HSV(B) | 353.41º | 0.32% | 1% | - |
| XYZ | 64.63 | 54.52 | 51.37 | - |
| YUV | 198.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 182 | 0 | 0.32 | 0.29 | 0 | 353.41 | 1 | 0.84 |
| Hex | FF | AD | B6 | 0 | 20 | 1D | 0 | 161 | 64 | 54 |
| Octal | 377 | 255 | 266 | 0 | 40 | 35 | 0 | 541 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10110110 | 0 | 100000 | 11101 | 0 | 101100001 | 1100100 | 1010100 |
Color Harmonies of #FFADB6
Complementary color
Monochromatic Colors of #FFADB6
Black with #FFADB6
Text Example
Text Example
White with #FFADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB6; }
p { color: rgb(255,173,182); }
H1.HeaderClassName
{
color: #FFADB6;
}
.AnyTagClassName
{
color: #FFADB6;
}
</style>
background-color css
<style>
a { background-color: #FFADB6; }
a { background-color: rgb(255,173,182); }
div.DivClassName
{
background-color: #FFADB6;
}
.BgClassName
{
background-color: #FFADB6;
}
</style>
border-color css
<style>
span { border-color: #FFADB6; }
span { border-color: rgb(255,173,182); }
td.TdClassName
{
border-color: #FFADB6;
}
.TagClassName
{
border-color: #FFADB6;
}
</style>