Shades of Light Pink #FFADBF
Tints of Light Pink #FFADBF
RGB
CMYK
RGB Variations
Color information
#FFADBF (or 0xFFADBF) is known color: Light Pink. HEX triplet: FF, AD and BF. RGB value is (255,173,191). Sum of RGB (Red+Green+Blue) = 255+173+191=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADBF is #005240. Grayscale: #C7C7C7. Windows color (decimal): -21057 or 12561919. OLE color: 12561919.
HSL color Cylindrical-coordinate representation of color #FFADBF: hue angle of 346.83º 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 #FFADBF is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 191 | - |
| CMYK | 0 | 0.32 | 0.25 | 0 |
| HSL | 346.83º | 1% | 0.84% | - |
| HSV(B) | 346.83º | 0.32% | 1% | - |
| XYZ | 65.59 | 54.91 | 56.43 | - |
| YUV | 199.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 191 | 0 | 0.32 | 0.25 | 0 | 346.83 | 1 | 0.84 |
| Hex | FF | AD | BF | 0 | 20 | 19 | 0 | 15B | 64 | 54 |
| Octal | 377 | 255 | 277 | 0 | 40 | 31 | 0 | 533 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10111111 | 0 | 100000 | 11001 | 0 | 101011011 | 1100100 | 1010100 |
Color Harmonies of #FFADBF
Complementary color
Monochromatic Colors of #FFADBF
Black with #FFADBF
Text Example
Text Example
White with #FFADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADBF; }
p { color: rgb(255,173,191); }
H1.HeaderClassName
{
color: #FFADBF;
}
.AnyTagClassName
{
color: #FFADBF;
}
</style>
background-color css
<style>
a { background-color: #FFADBF; }
a { background-color: rgb(255,173,191); }
div.DivClassName
{
background-color: #FFADBF;
}
.BgClassName
{
background-color: #FFADBF;
}
</style>
border-color css
<style>
span { border-color: #FFADBF; }
span { border-color: rgb(255,173,191); }
td.TdClassName
{
border-color: #FFADBF;
}
.TagClassName
{
border-color: #FFADBF;
}
</style>