Shades of Light Pink #F7ADB4
Tints of Light Pink #F7ADB4
RGB
CMYK
RGB Variations
Color information
#F7ADB4 (or 0xF7ADB4) is known color: Light Pink. HEX triplet: F7, AD and B4. RGB value is (247,173,180). Sum of RGB (Red+Green+Blue) = 247+173+180=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADB4 is #08524B. Grayscale: #C3C3C3. Windows color (decimal): -545356 or 11841015. OLE color: 11841015.
HSL color Cylindrical-coordinate representation of color #F7ADB4: hue angle of 354.32º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADB4 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 180 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.03 |
| HSL | 354.32º | 0.82% | 0.82% | - |
| HSV(B) | 354.32º | 0.3% | 0.97% | - |
| XYZ | 61.54 | 52.96 | 50.16 | - |
| YUV | 195.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 180 | 0 | 0.30 | 0.27 | 0.03 | 354.32 | 0.82 | 0.82 |
| Hex | F7 | AD | B4 | 0 | 1E | 1B | 3 | 162 | 52 | 52 |
| Octal | 367 | 255 | 264 | 0 | 36 | 33 | 3 | 542 | 122 | 122 |
| Binary | 11110111 | 10101101 | 10110100 | 0 | 11110 | 11011 | 11 | 101100010 | 1010010 | 1010010 |
Color Harmonies of #F7ADB4
Complementary color
Monochromatic Colors of #F7ADB4
Black with #F7ADB4
Text Example
Text Example
White with #F7ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADB4; }
p { color: rgb(247,173,180); }
H1.HeaderClassName
{
color: #F7ADB4;
}
.AnyTagClassName
{
color: #F7ADB4;
}
</style>
background-color css
<style>
a { background-color: #F7ADB4; }
a { background-color: rgb(247,173,180); }
div.DivClassName
{
background-color: #F7ADB4;
}
.BgClassName
{
background-color: #F7ADB4;
}
</style>
border-color css
<style>
span { border-color: #F7ADB4; }
span { border-color: rgb(247,173,180); }
td.TdClassName
{
border-color: #F7ADB4;
}
.TagClassName
{
border-color: #F7ADB4;
}
</style>