Shades of Mandys Pink #F5C090
Tints of Mandys Pink #F5C090
RGB
CMYK
RGB Variations
Color information
#F5C090 (or 0xF5C090) is known color: Mandys Pink. HEX triplet: F5, C0 and 90. RGB value is (245,192,144). Sum of RGB (Red+Green+Blue) = 245+192+144=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C090 is #0A3F6F. Grayscale: #CACACA. Windows color (decimal): -671600 or 9486581. OLE color: 9486581.
HSL color Cylindrical-coordinate representation of color #F5C090: hue angle of 28.51º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5C090 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 144 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.04 |
| HSL | 28.51º | 0.83% | 0.76% | - |
| HSV(B) | 28.51º | 0.41% | 0.96% | - |
| XYZ | 61.54 | 59.13 | 34.55 | - |
| YUV | 202.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 144 | 0 | 0.22 | 0.41 | 0.04 | 28.51 | 0.83 | 0.76 |
| Hex | F5 | C0 | 90 | 0 | 16 | 29 | 4 | 1D | 53 | 4C |
| Octal | 365 | 300 | 220 | 0 | 26 | 51 | 4 | 35 | 123 | 114 |
| Binary | 11110101 | 11000000 | 10010000 | 0 | 10110 | 101001 | 100 | 11101 | 1010011 | 1001100 |
Color Harmonies of #F5C090
Complementary color
Monochromatic Colors of #F5C090
Black with #F5C090
Text Example
Text Example
White with #F5C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C090; }
p { color: rgb(245,192,144); }
H1.HeaderClassName
{
color: #F5C090;
}
.AnyTagClassName
{
color: #F5C090;
}
</style>
background-color css
<style>
a { background-color: #F5C090; }
a { background-color: rgb(245,192,144); }
div.DivClassName
{
background-color: #F5C090;
}
.BgClassName
{
background-color: #F5C090;
}
</style>
border-color css
<style>
span { border-color: #F5C090; }
span { border-color: rgb(245,192,144); }
td.TdClassName
{
border-color: #F5C090;
}
.TagClassName
{
border-color: #F5C090;
}
</style>