#FB4D86

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

Shades of French Rose #FB4D86

Tints of French Rose #FB4D86

Color information

#FB4D86 (or 0xFB4D86) is unknown color: approx French Rose. HEX triplet: FB, 4D and 86. RGB value is (251,77,134). Sum of RGB (Red+Green+Blue) = 251+77+134=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D86 is #04B279. Grayscale: #878787. Windows color (decimal): -307834 or 8801787. OLE color: 8801787.

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

Color convert

RGB25177134-
CMYK00.690.470.02
HSL340.34º95.6%64.31%-
HSV(B)340.34º69.32%98.43%-
XYZ46.7427.5425.41-
YUV135.52127.15210.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.33%
GREEN value IS 77 (30.47% from 255) = 16.67%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=54.33%
G=16.67%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517713400.690.470.02340.3495.664.31
HexFB4D860452F21546040
Octal3731152060105572524140100
Binary11111011100110110000110010001011011111010101010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4D86; }

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

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

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

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

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

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

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

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