#FB6B6A

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

Shades of Bittersweet #FB6B6A

Tints of Bittersweet #FB6B6A

Color information

#FB6B6A (or 0xFB6B6A) is unknown color: approx Bittersweet. HEX triplet: FB, 6B and 6A. RGB value is (251,107,106). Sum of RGB (Red+Green+Blue) = 251+107+106=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B6A is #049495. Grayscale: #969696. Windows color (decimal): -300182 or 6974459. OLE color: 6974459.

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

Color convert

RGB251107106-
CMYK00.570.580.02
HSL0.41º94.77%70%-
HSV(B)0.41º57.77%98.43%-
XYZ47.6432.0717.31-
YUV149.94103.21200.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.09%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=54.09%
G=23.06%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110710600.570.580.020.4194.7770
HexFB6B6A0393A205f46
Octal3731531520717220137106
Binary1111101111010111101010011100111101010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6B6A; }

 p { color: rgb(251,107,106); }

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

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

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

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

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

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

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