Shades of Wild Watermelon #FE686B
Tints of Wild Watermelon #FE686B
RGB
CMYK
RGB Variations
Color information
#FE686B (or 0xFE686B) is known color: Wild Watermelon. HEX triplet: FE, 68 and 6B. RGB value is (254,104,107). Sum of RGB (Red+Green+Blue) = 254+104+107=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE686B is #019794. Grayscale: #959595. Windows color (decimal): -104341 or 7039230. OLE color: 7039230.
HSL color Cylindrical-coordinate representation of color #FE686B: hue angle of 358.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE686B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 107 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.00 |
| HSL | 358.8º | 0.99% | 0.7% | - |
| HSV(B) | 358.8º | 0.59% | 1% | - |
| XYZ | 48.48 | 32.03 | 17.54 | - |
| YUV | 149.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 107 | 0 | 0.59 | 0.58 | 0.00 | 358.8 | 0.99 | 0.7 |
| Hex | FE | 68 | 6B | 0 | 3B | 3A | 0 | 167 | 63 | 46 |
| Octal | 376 | 150 | 153 | 0 | 73 | 72 | 0 | 547 | 143 | 106 |
| Binary | 11111110 | 1101000 | 1101011 | 0 | 111011 | 111010 | 0 | 101100111 | 1100011 | 1000110 |
Color Harmonies of #FE686B
Complementary color
Monochromatic Colors of #FE686B
Black with #FE686B
Text Example
Text Example
White with #FE686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE686B; }
p { color: rgb(254,104,107); }
H1.HeaderClassName
{
color: #FE686B;
}
.AnyTagClassName
{
color: #FE686B;
}
</style>
background-color css
<style>
a { background-color: #FE686B; }
a { background-color: rgb(254,104,107); }
div.DivClassName
{
background-color: #FE686B;
}
.BgClassName
{
background-color: #FE686B;
}
</style>
border-color css
<style>
span { border-color: #FE686B; }
span { border-color: rgb(254,104,107); }
td.TdClassName
{
border-color: #FE686B;
}
.TagClassName
{
border-color: #FE686B;
}
</style>