Shades of Light Pink #FFADB3
Tints of Light Pink #FFADB3
RGB
CMYK
RGB Variations
Color information
#FFADB3 (or 0xFFADB3) is known color: Light Pink. HEX triplet: FF, AD and B3. RGB value is (255,173,179). Sum of RGB (Red+Green+Blue) = 255+173+179=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADB3 is #00524C. Grayscale: #C6C6C6. Windows color (decimal): -21069 or 11775487. OLE color: 11775487.
HSL color Cylindrical-coordinate representation of color #FFADB3: hue angle of 355.61º 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 #FFADB3 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 179 | - |
| CMYK | 0 | 0.32 | 0.30 | 0 |
| HSL | 355.61º | 1% | 0.84% | - |
| HSV(B) | 355.61º | 0.32% | 1% | - |
| XYZ | 64.32 | 54.4 | 49.76 | - |
| YUV | 198.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 179 | 0 | 0.32 | 0.30 | 0 | 355.61 | 1 | 0.84 |
| Hex | FF | AD | B3 | 0 | 20 | 1E | 0 | 164 | 64 | 54 |
| Octal | 377 | 255 | 263 | 0 | 40 | 36 | 0 | 544 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10110011 | 0 | 100000 | 11110 | 0 | 101100100 | 1100100 | 1010100 |
Color Harmonies of #FFADB3
Complementary color
Monochromatic Colors of #FFADB3
Black with #FFADB3
Text Example
Text Example
White with #FFADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB3; }
p { color: rgb(255,173,179); }
H1.HeaderClassName
{
color: #FFADB3;
}
.AnyTagClassName
{
color: #FFADB3;
}
</style>
background-color css
<style>
a { background-color: #FFADB3; }
a { background-color: rgb(255,173,179); }
div.DivClassName
{
background-color: #FFADB3;
}
.BgClassName
{
background-color: #FFADB3;
}
</style>
border-color css
<style>
span { border-color: #FFADB3; }
span { border-color: rgb(255,173,179); }
td.TdClassName
{
border-color: #FFADB3;
}
.TagClassName
{
border-color: #FFADB3;
}
</style>