Shades of Light Pink #F2ADB7
Tints of Light Pink #F2ADB7
RGB
CMYK
RGB Variations
Color information
#F2ADB7 (or 0xF2ADB7) is known color: Light Pink. HEX triplet: F2, AD and B7. RGB value is (242,173,183). Sum of RGB (Red+Green+Blue) = 242+173+183=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADB7 is #0D5248. Grayscale: #C2C2C2. Windows color (decimal): -873033 or 12037618. OLE color: 12037618.
HSL color Cylindrical-coordinate representation of color #F2ADB7: hue angle of 351.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADB7 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 183 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 351.3º | 0.73% | 0.81% | - |
| HSV(B) | 351.3º | 0.29% | 0.95% | - |
| XYZ | 60.11 | 52.18 | 51.7 | - |
| YUV | 194.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 183 | 0 | 0.29 | 0.24 | 0.05 | 351.3 | 0.73 | 0.81 |
| Hex | F2 | AD | B7 | 0 | 1D | 18 | 5 | 15F | 49 | 51 |
| Octal | 362 | 255 | 267 | 0 | 35 | 30 | 5 | 537 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10110111 | 0 | 11101 | 11000 | 101 | 101011111 | 1001001 | 1010001 |
Color Harmonies of #F2ADB7
Complementary color
Monochromatic Colors of #F2ADB7
Black with #F2ADB7
Text Example
Text Example
White with #F2ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADB7; }
p { color: rgb(242,173,183); }
H1.HeaderClassName
{
color: #F2ADB7;
}
.AnyTagClassName
{
color: #F2ADB7;
}
</style>
background-color css
<style>
a { background-color: #F2ADB7; }
a { background-color: rgb(242,173,183); }
div.DivClassName
{
background-color: #F2ADB7;
}
.BgClassName
{
background-color: #F2ADB7;
}
</style>
border-color css
<style>
span { border-color: #F2ADB7; }
span { border-color: rgb(242,173,183); }
td.TdClassName
{
border-color: #F2ADB7;
}
.TagClassName
{
border-color: #F2ADB7;
}
</style>