#FB706D

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

Shades of Bittersweet #FB706D

Tints of Bittersweet #FB706D

Color information

#FB706D (or 0xFB706D) is unknown color: approx Bittersweet. HEX triplet: FB, 70 and 6D. RGB value is (251,112,109). Sum of RGB (Red+Green+Blue) = 251+112+109=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB706D is #048F92. Grayscale: #999999. Windows color (decimal): -298899 or 7172347. OLE color: 7172347.

HSL color Cylindrical-coordinate representation of color #FB706D: hue angle of 1.27º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB706D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251112109-
CMYK00.550.570.02
HSL1.27º94.67%70.59%-
HSV(B)1.27º56.57%98.43%-
XYZ48.3433.218.33-
YUV153.22103.05197.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.18%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=53.18%
G=23.73%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111210900.550.570.021.2794.6770.59
HexFB706D03739215f47
Octal3731601550677121137107
Binary1111101111100001101101011011111100110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB706D; }

 p { color: rgb(251,112,109); }

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

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

 a { background-color: rgb(251,112,109); }

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

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

 span { border-color: rgb(251,112,109); }

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