Shades of Light Pink #FFADB4
Tints of Light Pink #FFADB4
RGB
CMYK
RGB Variations
Color information
#FFADB4 (or 0xFFADB4) is known color: Light Pink. HEX triplet: FF, AD and B4. RGB value is (255,173,180). Sum of RGB (Red+Green+Blue) = 255+173+180=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADB4 is #00524B. Grayscale: #C6C6C6. Windows color (decimal): -21068 or 11841023. OLE color: 11841023.
HSL color Cylindrical-coordinate representation of color #FFADB4: hue angle of 354.88º 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 #FFADB4 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 180 | - |
| CMYK | 0 | 0.32 | 0.29 | 0 |
| HSL | 354.88º | 1% | 0.84% | - |
| HSV(B) | 354.88º | 0.32% | 1% | - |
| XYZ | 64.42 | 54.44 | 50.29 | - |
| YUV | 198.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 180 | 0 | 0.32 | 0.29 | 0 | 354.88 | 1 | 0.84 |
| Hex | FF | AD | B4 | 0 | 20 | 1D | 0 | 163 | 64 | 54 |
| Octal | 377 | 255 | 264 | 0 | 40 | 35 | 0 | 543 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10110100 | 0 | 100000 | 11101 | 0 | 101100011 | 1100100 | 1010100 |
Color Harmonies of #FFADB4
Complementary color
Monochromatic Colors of #FFADB4
Black with #FFADB4
Text Example
Text Example
White with #FFADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB4; }
p { color: rgb(255,173,180); }
H1.HeaderClassName
{
color: #FFADB4;
}
.AnyTagClassName
{
color: #FFADB4;
}
</style>
background-color css
<style>
a { background-color: #FFADB4; }
a { background-color: rgb(255,173,180); }
div.DivClassName
{
background-color: #FFADB4;
}
.BgClassName
{
background-color: #FFADB4;
}
</style>
border-color css
<style>
span { border-color: #FFADB4; }
span { border-color: rgb(255,173,180); }
td.TdClassName
{
border-color: #FFADB4;
}
.TagClassName
{
border-color: #FFADB4;
}
</style>