Shades of Light Pink #FFADBD
Tints of Light Pink #FFADBD
RGB
CMYK
RGB Variations
Color information
#FFADBD (or 0xFFADBD) is known color: Light Pink. HEX triplet: FF, AD and BD. RGB value is (255,173,189). Sum of RGB (Red+Green+Blue) = 255+173+189=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADBD is #005242. Grayscale: #C7C7C7. Windows color (decimal): -21059 or 12430847. OLE color: 12430847.
HSL color Cylindrical-coordinate representation of color #FFADBD: hue angle of 348.29º 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 #FFADBD is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 189 | - |
| CMYK | 0 | 0.32 | 0.26 | 0 |
| HSL | 348.29º | 1% | 0.84% | - |
| HSV(B) | 348.29º | 0.32% | 1% | - |
| XYZ | 65.37 | 54.82 | 55.28 | - |
| YUV | 199.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 189 | 0 | 0.32 | 0.26 | 0 | 348.29 | 1 | 0.84 |
| Hex | FF | AD | BD | 0 | 20 | 1A | 0 | 15C | 64 | 54 |
| Octal | 377 | 255 | 275 | 0 | 40 | 32 | 0 | 534 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10111101 | 0 | 100000 | 11010 | 0 | 101011100 | 1100100 | 1010100 |
Color Harmonies of #FFADBD
Complementary color
Monochromatic Colors of #FFADBD
Black with #FFADBD
Text Example
Text Example
White with #FFADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADBD; }
p { color: rgb(255,173,189); }
H1.HeaderClassName
{
color: #FFADBD;
}
.AnyTagClassName
{
color: #FFADBD;
}
</style>
background-color css
<style>
a { background-color: #FFADBD; }
a { background-color: rgb(255,173,189); }
div.DivClassName
{
background-color: #FFADBD;
}
.BgClassName
{
background-color: #FFADBD;
}
</style>
border-color css
<style>
span { border-color: #FFADBD; }
span { border-color: rgb(255,173,189); }
td.TdClassName
{
border-color: #FFADBD;
}
.TagClassName
{
border-color: #FFADBD;
}
</style>