Shades of Mandys Pink #F3C095
Tints of Mandys Pink #F3C095
RGB
CMYK
RGB Variations
Color information
#F3C095 (or 0xF3C095) is known color: Mandys Pink. HEX triplet: F3, C0 and 95. RGB value is (243,192,149). Sum of RGB (Red+Green+Blue) = 243+192+149=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C095 is #0C3F6A. Grayscale: #CACACA. Windows color (decimal): -802667 or 9814259. OLE color: 9814259.
HSL color Cylindrical-coordinate representation of color #F3C095: hue angle of 27.45º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3C095 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 149 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.05 |
| HSL | 27.45º | 0.8% | 0.77% | - |
| HSV(B) | 27.45º | 0.39% | 0.95% | - |
| XYZ | 61.24 | 58.92 | 36.58 | - |
| YUV | 202.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 149 | 0 | 0.21 | 0.39 | 0.05 | 27.45 | 0.8 | 0.77 |
| Hex | F3 | C0 | 95 | 0 | 15 | 27 | 5 | 1B | 50 | 4D |
| Octal | 363 | 300 | 225 | 0 | 25 | 47 | 5 | 33 | 120 | 115 |
| Binary | 11110011 | 11000000 | 10010101 | 0 | 10101 | 100111 | 101 | 11011 | 1010000 | 1001101 |
Color Harmonies of #F3C095
Complementary color
Monochromatic Colors of #F3C095
Black with #F3C095
Text Example
Text Example
White with #F3C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C095; }
p { color: rgb(243,192,149); }
H1.HeaderClassName
{
color: #F3C095;
}
.AnyTagClassName
{
color: #F3C095;
}
</style>
background-color css
<style>
a { background-color: #F3C095; }
a { background-color: rgb(243,192,149); }
div.DivClassName
{
background-color: #F3C095;
}
.BgClassName
{
background-color: #F3C095;
}
</style>
border-color css
<style>
span { border-color: #F3C095; }
span { border-color: rgb(243,192,149); }
td.TdClassName
{
border-color: #F3C095;
}
.TagClassName
{
border-color: #F3C095;
}
</style>