#FB4C86

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

Shades of French Rose #FB4C86

Tints of French Rose #FB4C86

Color information

#FB4C86 (or 0xFB4C86) is unknown color: approx French Rose. HEX triplet: FB, 4C and 86. RGB value is (251,76,134). Sum of RGB (Red+Green+Blue) = 251+76+134=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4C86 is #04B379. Grayscale: #868686. Windows color (decimal): -308090 or 8801531. OLE color: 8801531.

HSL color Cylindrical-coordinate representation of color #FB4C86: hue angle of 340.11º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C86 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB25176134-
CMYK00.700.470.02
HSL340.11º95.63%64.12%-
HSV(B)340.11º69.72%98.43%-
XYZ46.6727.425.38-
YUV134.94127.48210.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.45%
GREEN value IS 76 (30.08% from 255) = 16.49%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=54.45%
G=16.49%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517613400.700.470.02340.1195.6364.12
HexFB4C860462F21546040
Octal3731142060106572524140100
Binary11111011100110010000110010001101011111010101010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4C86; }

 p { color: rgb(251,76,134); }

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

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

 a { background-color: rgb(251,76,134); }

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

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

 span { border-color: rgb(251,76,134); }

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