Shades of Mandys Pink #FEBC93
Tints of Mandys Pink #FEBC93
RGB
CMYK
RGB Variations
Color information
#FEBC93 (or 0xFEBC93) is known color: Mandys Pink. HEX triplet: FE, BC and 93. RGB value is (254,188,147). Sum of RGB (Red+Green+Blue) = 254+188+147=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBC93 is #01436C. Grayscale: #CBCBCB. Windows color (decimal): -82797 or 9682174. OLE color: 9682174.
HSL color Cylindrical-coordinate representation of color #FEBC93: hue angle of 22.99º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEBC93 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 147 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.00 |
| HSL | 22.99º | 0.98% | 0.79% | - |
| HSV(B) | 22.99º | 0.42% | 1% | - |
| XYZ | 64.12 | 59.14 | 35.64 | - |
| YUV | 203.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 147 | 0 | 0.26 | 0.42 | 0.00 | 22.99 | 0.98 | 0.79 |
| Hex | FE | BC | 93 | 0 | 1A | 2A | 0 | 17 | 62 | 4F |
| Octal | 376 | 274 | 223 | 0 | 32 | 52 | 0 | 27 | 142 | 117 |
| Binary | 11111110 | 10111100 | 10010011 | 0 | 11010 | 101010 | 0 | 10111 | 1100010 | 1001111 |
Color Harmonies of #FEBC93
Complementary color
Monochromatic Colors of #FEBC93
Black with #FEBC93
Text Example
Text Example
White with #FEBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC93; }
p { color: rgb(254,188,147); }
H1.HeaderClassName
{
color: #FEBC93;
}
.AnyTagClassName
{
color: #FEBC93;
}
</style>
background-color css
<style>
a { background-color: #FEBC93; }
a { background-color: rgb(254,188,147); }
div.DivClassName
{
background-color: #FEBC93;
}
.BgClassName
{
background-color: #FEBC93;
}
</style>
border-color css
<style>
span { border-color: #FEBC93; }
span { border-color: rgb(254,188,147); }
td.TdClassName
{
border-color: #FEBC93;
}
.TagClassName
{
border-color: #FEBC93;
}
</style>