Shades of Mandys Pink #F3C098
Tints of Mandys Pink #F3C098
RGB
CMYK
RGB Variations
Color information
#F3C098 (or 0xF3C098) is known color: Mandys Pink. HEX triplet: F3, C0 and 98. RGB value is (243,192,152). Sum of RGB (Red+Green+Blue) = 243+192+152=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C098 is #0C3F67. Grayscale: #CACACA. Windows color (decimal): -802664 or 10010867. OLE color: 10010867.
HSL color Cylindrical-coordinate representation of color #F3C098: hue angle of 26.37º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3C098 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 152 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.05 |
| HSL | 26.37º | 0.79% | 0.77% | - |
| HSV(B) | 26.37º | 0.37% | 0.95% | - |
| XYZ | 61.48 | 59.02 | 37.86 | - |
| YUV | 202.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 152 | 0 | 0.21 | 0.37 | 0.05 | 26.37 | 0.79 | 0.77 |
| Hex | F3 | C0 | 98 | 0 | 15 | 25 | 5 | 1A | 4F | 4D |
| Octal | 363 | 300 | 230 | 0 | 25 | 45 | 5 | 32 | 117 | 115 |
| Binary | 11110011 | 11000000 | 10011000 | 0 | 10101 | 100101 | 101 | 11010 | 1001111 | 1001101 |
Color Harmonies of #F3C098
Complementary color
Monochromatic Colors of #F3C098
Black with #F3C098
Text Example
Text Example
White with #F3C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C098; }
p { color: rgb(243,192,152); }
H1.HeaderClassName
{
color: #F3C098;
}
.AnyTagClassName
{
color: #F3C098;
}
</style>
background-color css
<style>
a { background-color: #F3C098; }
a { background-color: rgb(243,192,152); }
div.DivClassName
{
background-color: #F3C098;
}
.BgClassName
{
background-color: #F3C098;
}
</style>
border-color css
<style>
span { border-color: #F3C098; }
span { border-color: rgb(243,192,152); }
td.TdClassName
{
border-color: #F3C098;
}
.TagClassName
{
border-color: #F3C098;
}
</style>