#FE4B86

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

Shades of French Rose #FE4B86

Tints of French Rose #FE4B86

Color information

#FE4B86 (or 0xFE4B86) is unknown color: approx French Rose. HEX triplet: FE, 4B and 86. RGB value is (254,75,134). Sum of RGB (Red+Green+Blue) = 254+75+134=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4B86 is #01B479. Grayscale: #878787. Windows color (decimal): -111738 or 8801278. OLE color: 8801278.

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

Color convert

RGB25475134-
CMYK00.700.470.00
HSL340.22º98.9%64.51%-
HSV(B)340.22º70.47%99.61%-
XYZ47.6927.8225.41-
YUV135.25127.3212.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=54.86%
G=16.20%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547513400.700.470.00340.2298.964.51
HexFE4B860462F01546341
Octal3761132060106570524143101
Binary1111111010010111000011001000110101111010101010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4B86; }

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

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

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

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

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

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

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

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