Shades of Light Pink #F8ADB4
Tints of Light Pink #F8ADB4
RGB
CMYK
RGB Variations
Color information
#F8ADB4 (or 0xF8ADB4) is known color: Light Pink. HEX triplet: F8, AD and B4. RGB value is (248,173,180). Sum of RGB (Red+Green+Blue) = 248+173+180=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADB4 is #07524B. Grayscale: #C4C4C4. Windows color (decimal): -479820 or 11841016. OLE color: 11841016.
HSL color Cylindrical-coordinate representation of color #F8ADB4: hue angle of 354.4º 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 #F8ADB4 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 180 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.03 |
| HSL | 354.4º | 0.84% | 0.83% | - |
| HSV(B) | 354.4º | 0.3% | 0.97% | - |
| XYZ | 61.89 | 53.14 | 50.17 | - |
| YUV | 196.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 180 | 0 | 0.30 | 0.27 | 0.03 | 354.4 | 0.84 | 0.83 |
| Hex | F8 | AD | B4 | 0 | 1E | 1B | 3 | 162 | 54 | 53 |
| Octal | 370 | 255 | 264 | 0 | 36 | 33 | 3 | 542 | 124 | 123 |
| Binary | 11111000 | 10101101 | 10110100 | 0 | 11110 | 11011 | 11 | 101100010 | 1010100 | 1010011 |
Color Harmonies of #F8ADB4
Complementary color
Monochromatic Colors of #F8ADB4
Black with #F8ADB4
Text Example
Text Example
White with #F8ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADB4; }
p { color: rgb(248,173,180); }
H1.HeaderClassName
{
color: #F8ADB4;
}
.AnyTagClassName
{
color: #F8ADB4;
}
</style>
background-color css
<style>
a { background-color: #F8ADB4; }
a { background-color: rgb(248,173,180); }
div.DivClassName
{
background-color: #F8ADB4;
}
.BgClassName
{
background-color: #F8ADB4;
}
</style>
border-color css
<style>
span { border-color: #F8ADB4; }
span { border-color: rgb(248,173,180); }
td.TdClassName
{
border-color: #F8ADB4;
}
.TagClassName
{
border-color: #F8ADB4;
}
</style>