Shades of Light Pink #F8ADAF
Tints of Light Pink #F8ADAF
RGB
CMYK
RGB Variations
Color information
#F8ADAF (or 0xF8ADAF) is known color: Light Pink. HEX triplet: F8, AD and AF. RGB value is (248,173,175). Sum of RGB (Red+Green+Blue) = 248+173+175=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADAF is #075250. Grayscale: #C3C3C3. Windows color (decimal): -479825 or 11513336. OLE color: 11513336.
HSL color Cylindrical-coordinate representation of color #F8ADAF: hue angle of 358.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 #F8ADAF is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 175 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.03 |
| HSL | 358.4º | 0.84% | 0.83% | - |
| HSV(B) | 358.4º | 0.3% | 0.97% | - |
| XYZ | 61.39 | 52.94 | 47.54 | - |
| YUV | 195.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 175 | 0 | 0.30 | 0.29 | 0.03 | 358.4 | 0.84 | 0.83 |
| Hex | F8 | AD | AF | 0 | 1E | 1D | 3 | 166 | 54 | 53 |
| Octal | 370 | 255 | 257 | 0 | 36 | 35 | 3 | 546 | 124 | 123 |
| Binary | 11111000 | 10101101 | 10101111 | 0 | 11110 | 11101 | 11 | 101100110 | 1010100 | 1010011 |
Color Harmonies of #F8ADAF
Complementary color
Monochromatic Colors of #F8ADAF
Black with #F8ADAF
Text Example
Text Example
White with #F8ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADAF; }
p { color: rgb(248,173,175); }
H1.HeaderClassName
{
color: #F8ADAF;
}
.AnyTagClassName
{
color: #F8ADAF;
}
</style>
background-color css
<style>
a { background-color: #F8ADAF; }
a { background-color: rgb(248,173,175); }
div.DivClassName
{
background-color: #F8ADAF;
}
.BgClassName
{
background-color: #F8ADAF;
}
</style>
border-color css
<style>
span { border-color: #F8ADAF; }
span { border-color: rgb(248,173,175); }
td.TdClassName
{
border-color: #F8ADAF;
}
.TagClassName
{
border-color: #F8ADAF;
}
</style>