#FB6868

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

Shades of Bittersweet #FB6868

Tints of Bittersweet #FB6868

Color information

#FB6868 (or 0xFB6868) is unknown color: approx Bittersweet. HEX triplet: FB, 68 and 68. RGB value is (251,104,104). Sum of RGB (Red+Green+Blue) = 251+104+104=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6868 is #049797. Grayscale: #949494. Windows color (decimal): -300952 or 6842619. OLE color: 6842619.

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

Color convert

RGB251104104-
CMYK00.590.590.02
HSL94.84%69.61%-
HSV(B)58.57%98.43%-
XYZ47.2331.4116.67-
YUV147.95103.2201.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.68%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=54.68%
G=22.66%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110410400.590.590.02094.8469.61
HexFB686803B3B205f46
Octal3731501500737320137106
Binary1111101111010001101000011101111101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6868; }

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

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

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

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

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

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

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

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