#FE5386

Color #FE5386 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FE5386

Tints of French Rose #FE5386

Color information

#FE5386 (or 0xFE5386) is unknown color: approx French Rose. HEX triplet: FE, 53 and 86. RGB value is (254,83,134). Sum of RGB (Red+Green+Blue) = 254+83+134=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5386 is #01AC79. Grayscale: #8B8B8B. Windows color (decimal): -109690 or 8803326. OLE color: 8803326.

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

Color convert

RGB25483134-
CMYK00.670.470.00
HSL342.11º98.84%66.08%-
HSV(B)342.11º67.32%99.61%-
XYZ48.2728.9825.6-
YUV139.94124.65209.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.93%
GREEN value IS 83 (32.81% from 255) = 17.62%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=53.93%
G=17.62%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548313400.670.470.00342.1198.8466.08
HexFE53860432F01566342
Octal3761232060103570526143102
Binary1111111010100111000011001000011101111010101011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5386; }

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

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

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

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

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

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

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

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