Shades of Light Pink #F8ADBA
Tints of Light Pink #F8ADBA
RGB
CMYK
RGB Variations
Color information
#F8ADBA (or 0xF8ADBA) is known color: Light Pink. HEX triplet: F8, AD and BA. RGB value is (248,173,186). Sum of RGB (Red+Green+Blue) = 248+173+186=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADBA is #075245. Grayscale: #C4C4C4. Windows color (decimal): -479814 or 12234232. OLE color: 12234232.
HSL color Cylindrical-coordinate representation of color #F8ADBA: hue angle of 349.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 #F8ADBA is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 186 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.03 |
| HSL | 349.6º | 0.84% | 0.83% | - |
| HSV(B) | 349.6º | 0.3% | 0.97% | - |
| XYZ | 62.52 | 53.39 | 53.46 | - |
| YUV | 196.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 186 | 0 | 0.30 | 0.25 | 0.03 | 349.6 | 0.84 | 0.83 |
| Hex | F8 | AD | BA | 0 | 1E | 19 | 3 | 15E | 54 | 53 |
| Octal | 370 | 255 | 272 | 0 | 36 | 31 | 3 | 536 | 124 | 123 |
| Binary | 11111000 | 10101101 | 10111010 | 0 | 11110 | 11001 | 11 | 101011110 | 1010100 | 1010011 |
Color Harmonies of #F8ADBA
Complementary color
Monochromatic Colors of #F8ADBA
Black with #F8ADBA
Text Example
Text Example
White with #F8ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADBA; }
p { color: rgb(248,173,186); }
H1.HeaderClassName
{
color: #F8ADBA;
}
.AnyTagClassName
{
color: #F8ADBA;
}
</style>
background-color css
<style>
a { background-color: #F8ADBA; }
a { background-color: rgb(248,173,186); }
div.DivClassName
{
background-color: #F8ADBA;
}
.BgClassName
{
background-color: #F8ADBA;
}
</style>
border-color css
<style>
span { border-color: #F8ADBA; }
span { border-color: rgb(248,173,186); }
td.TdClassName
{
border-color: #F8ADBA;
}
.TagClassName
{
border-color: #F8ADBA;
}
</style>