Shades of Mandys Pink #F4AD8A
Tints of Mandys Pink #F4AD8A
RGB
CMYK
RGB Variations
Color information
#F4AD8A (or 0xF4AD8A) is known color: Mandys Pink. HEX triplet: F4, AD and 8A. RGB value is (244,173,138). Sum of RGB (Red+Green+Blue) = 244+173+138=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AD8A is #0B5275. Grayscale: #BEBEBE. Windows color (decimal): -742006 or 9088500. OLE color: 9088500.
HSL color Cylindrical-coordinate representation of color #F4AD8A: hue angle of 19.81º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4AD8A is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 138 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.04 |
| HSL | 19.81º | 0.83% | 0.75% | - |
| HSV(B) | 19.81º | 0.43% | 0.96% | - |
| XYZ | 56.84 | 50.96 | 30.88 | - |
| YUV | 190.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 138 | 0 | 0.29 | 0.43 | 0.04 | 19.81 | 0.83 | 0.75 |
| Hex | F4 | AD | 8A | 0 | 1D | 2B | 4 | 14 | 53 | 4B |
| Octal | 364 | 255 | 212 | 0 | 35 | 53 | 4 | 24 | 123 | 113 |
| Binary | 11110100 | 10101101 | 10001010 | 0 | 11101 | 101011 | 100 | 10100 | 1010011 | 1001011 |
Color Harmonies of #F4AD8A
Complementary color
Monochromatic Colors of #F4AD8A
Black with #F4AD8A
Text Example
Text Example
White with #F4AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AD8A; }
p { color: rgb(244,173,138); }
H1.HeaderClassName
{
color: #F4AD8A;
}
.AnyTagClassName
{
color: #F4AD8A;
}
</style>
background-color css
<style>
a { background-color: #F4AD8A; }
a { background-color: rgb(244,173,138); }
div.DivClassName
{
background-color: #F4AD8A;
}
.BgClassName
{
background-color: #F4AD8A;
}
</style>
border-color css
<style>
span { border-color: #F4AD8A; }
span { border-color: rgb(244,173,138); }
td.TdClassName
{
border-color: #F4AD8A;
}
.TagClassName
{
border-color: #F4AD8A;
}
</style>