#FE5688

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

Shades of French Rose #FE5688

Tints of French Rose #FE5688

Color information

#FE5688 (or 0xFE5688) is unknown color: approx French Rose. HEX triplet: FE, 56 and 88. RGB value is (254,86,136). Sum of RGB (Red+Green+Blue) = 254+86+136=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5688 is #01A977. Grayscale: #8D8D8D. Windows color (decimal): -108920 or 8935166. OLE color: 8935166.

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

Color convert

RGB25486136-
CMYK00.660.460.00
HSL342.14º98.82%66.67%-
HSV(B)342.14º66.14%99.61%-
XYZ48.6429.526.42-
YUV141.93124.66207.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.36%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=53.36%
G=18.07%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548613600.660.460.00342.1498.8266.67
HexFE56880422E01566343
Octal3761262100102560526143103
Binary1111111010101101000100001000010101110010101011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5688; }

 p { color: rgb(254,86,136); }

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

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

 a { background-color: rgb(254,86,136); }

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

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

 span { border-color: rgb(254,86,136); }

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