#fe2686

Color #FE2686 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FE2686

Tints of Wild Strawberry #FE2686

Color information

#FE2686 (or 0xFE2686) is unknown color: approx Wild Strawberry. HEX triplet: FE, 26 and 86. RGB value is (254,38,134). Sum of RGB (Red+Green+Blue) = 254+38+134=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2686 is #01D979. Grayscale: #717171. Windows color (decimal): -121210 or 8791806. OLE color: 8791806.

HSL color Cylindrical-coordinate representation of color #FE2686: hue angle of 333.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2686 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB25438134-
CMYK00.850.470.00
HSL333.33º99.08%57.25%-
HSV(B)333.33º85.04%99.61%-
XYZ45.8724.1824.8-
YUV113.53139.56228.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 59.62%
GREEN value IS 38 (15.23% from 255) = 8.92%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=59.62%
G=8.92%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543813400.850.470.00333.3399.0857.25
HexFE26860552F014d6339
Octal37646206012557051514371
Binary11111110100110100001100101010110111101010011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe2686; }

 p { color: rgb(254,38,134); }

 H1.HeaderClassName
 {
   color: #fe2686;
 }
 .AnyTagClassName
 {
   color: #fe2686;
 }
</style>
background-color css

<style>
 a { background-color: #fe2686; }

 a { background-color: rgb(254,38,134); }

 div.DivClassName
 {
   background-color: #fe2686;
 }
 .BgClassName
 {
   background-color: #fe2686;
 }
</style>
border-color css

<style>
 span { border-color: #fe2686; }

 span { border-color: rgb(254,38,134); }

 td.TdClassName
 {
   border-color: #fe2686;
 }
 .TagClassName
 {
   border-color: #fe2686;
 }
</style>