Shades of Light Pink #F8ADB0
Tints of Light Pink #F8ADB0
RGB
CMYK
RGB Variations
Color information
#F8ADB0 (or 0xF8ADB0) is known color: Light Pink. HEX triplet: F8, AD and B0. RGB value is (248,173,176). Sum of RGB (Red+Green+Blue) = 248+173+176=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADB0 is #07524F. Grayscale: #C3C3C3. Windows color (decimal): -479824 or 11578872. OLE color: 11578872.
HSL color Cylindrical-coordinate representation of color #F8ADB0: hue angle of 357.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADB0 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 176 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.03 |
| HSL | 357.6º | 0.84% | 0.83% | - |
| HSV(B) | 357.6º | 0.3% | 0.97% | - |
| XYZ | 61.49 | 52.98 | 48.06 | - |
| YUV | 195.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 176 | 0 | 0.30 | 0.29 | 0.03 | 357.6 | 0.84 | 0.83 |
| Hex | F8 | AD | B0 | 0 | 1E | 1D | 3 | 166 | 54 | 53 |
| Octal | 370 | 255 | 260 | 0 | 36 | 35 | 3 | 546 | 124 | 123 |
| Binary | 11111000 | 10101101 | 10110000 | 0 | 11110 | 11101 | 11 | 101100110 | 1010100 | 1010011 |
Color Harmonies of #F8ADB0
Complementary color
Monochromatic Colors of #F8ADB0
Black with #F8ADB0
Text Example
Text Example
White with #F8ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADB0; }
p { color: rgb(248,173,176); }
H1.HeaderClassName
{
color: #F8ADB0;
}
.AnyTagClassName
{
color: #F8ADB0;
}
</style>
background-color css
<style>
a { background-color: #F8ADB0; }
a { background-color: rgb(248,173,176); }
div.DivClassName
{
background-color: #F8ADB0;
}
.BgClassName
{
background-color: #F8ADB0;
}
</style>
border-color css
<style>
span { border-color: #F8ADB0; }
span { border-color: rgb(248,173,176); }
td.TdClassName
{
border-color: #F8ADB0;
}
.TagClassName
{
border-color: #F8ADB0;
}
</style>