Shades of Light Pink #FFADB2
Tints of Light Pink #FFADB2
RGB
CMYK
RGB Variations
Color information
#FFADB2 (or 0xFFADB2) is known color: Light Pink. HEX triplet: FF, AD and B2. RGB value is (255,173,178). Sum of RGB (Red+Green+Blue) = 255+173+178=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADB2 is #00524D. Grayscale: #C6C6C6. Windows color (decimal): -21070 or 11709951. OLE color: 11709951.
HSL color Cylindrical-coordinate representation of color #FFADB2: hue angle of 356.34º 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 #FFADB2 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 178 | - |
| CMYK | 0 | 0.32 | 0.30 | 0 |
| HSL | 356.34º | 1% | 0.84% | - |
| HSV(B) | 356.34º | 0.32% | 1% | - |
| XYZ | 64.22 | 54.36 | 49.23 | - |
| YUV | 198.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 178 | 0 | 0.32 | 0.30 | 0 | 356.34 | 1 | 0.84 |
| Hex | FF | AD | B2 | 0 | 20 | 1E | 0 | 164 | 64 | 54 |
| Octal | 377 | 255 | 262 | 0 | 40 | 36 | 0 | 544 | 144 | 124 |
| Binary | 11111111 | 10101101 | 10110010 | 0 | 100000 | 11110 | 0 | 101100100 | 1100100 | 1010100 |
Color Harmonies of #FFADB2
Complementary color
Monochromatic Colors of #FFADB2
Black with #FFADB2
Text Example
Text Example
White with #FFADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADB2; }
p { color: rgb(255,173,178); }
H1.HeaderClassName
{
color: #FFADB2;
}
.AnyTagClassName
{
color: #FFADB2;
}
</style>
background-color css
<style>
a { background-color: #FFADB2; }
a { background-color: rgb(255,173,178); }
div.DivClassName
{
background-color: #FFADB2;
}
.BgClassName
{
background-color: #FFADB2;
}
</style>
border-color css
<style>
span { border-color: #FFADB2; }
span { border-color: rgb(255,173,178); }
td.TdClassName
{
border-color: #FFADB2;
}
.TagClassName
{
border-color: #FFADB2;
}
</style>