#FB6E6E

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

Shades of Bittersweet #FB6E6E

Tints of Bittersweet #FB6E6E

Color information

#FB6E6E (or 0xFB6E6E) is unknown color: approx Bittersweet. HEX triplet: FB, 6E and 6E. RGB value is (251,110,110). Sum of RGB (Red+Green+Blue) = 251+110+110=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E6E is #049191. Grayscale: #989898. Windows color (decimal): -299410 or 7237371. OLE color: 7237371.

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

Color convert

RGB251110110-
CMYK00.560.560.02
HSL94.63%70.78%-
HSV(B)56.18%98.43%-
XYZ48.1732.7918.54-
YUV152.16104.21198.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.29%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=53.29%
G=23.35%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111011000.560.560.02094.6370.78
HexFB6E6E03838205f47
Octal3731561560707020137107
Binary1111101111011101101110011100011100010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6E6E; }

 p { color: rgb(251,110,110); }

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

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

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

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

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

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

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