Shades of Light Pink #FFADB5
Tints of Light Pink #FFADB5
RGB
CMYK
RGB Variations
Color information
#FFADB5 (or 0xFFADB5) is known color: Light Pink. HEX triplet: FF, AD and B5. RGB value is (255,173,181). Sum of RGB (Red+Green+Blue) = 255+173+181=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADB5 is #00524A. Grayscale: #C6C6C6. Windows color (decimal): -21067 or 11906559. OLE color: 11906559.
HSL color Cylindrical-coordinate representation of color #FFADB5: hue angle of 354.15º 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 #FFADB5 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 173 | 181 | - |
CMYK | 0 | 0.32 | 0.29 | 0 |
HSL | 354.15º | 1% | 0.84% | - |
HSV(B) | 354.15º | 0.32% | 1% | - |
XYZ | 64.52 | 54.48 | 50.83 | - |
YUV | 198.43 | 118.17 | 168.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 173 | 181 | 0 | 0.32 | 0.29 | 0 | 354.15 | 1 | 0.84 |
Hex | FF | AD | B5 | 0 | 20 | 1D | 0 | 162 | 64 | 54 |
Octal | 377 | 255 | 265 | 0 | 40 | 35 | 0 | 542 | 144 | 124 |
Binary | 11111111 | 10101101 | 10110101 | 0 | 100000 | 11101 | 0 | 101100010 | 1100100 | 1010100 |
Color Harmonies of #FFADB5
Complementary color
Monochromatic Colors of #FFADB5
Black with #FFADB5
Text Example
Text Example
White with #FFADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB5; }
p { color: rgb(255,173,181); }
H1.HeaderClassName
{
color: #FFADB5;
}
.AnyTagClassName
{
color: #FFADB5;
}
</style>
background-color css
<style>
a { background-color: #FFADB5; }
a { background-color: rgb(255,173,181); }
div.DivClassName
{
background-color: #FFADB5;
}
.BgClassName
{
background-color: #FFADB5;
}
</style>
border-color css
<style>
span { border-color: #FFADB5; }
span { border-color: rgb(255,173,181); }
td.TdClassName
{
border-color: #FFADB5;
}
.TagClassName
{
border-color: #FFADB5;
}
</style>