#FB6968

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

Shades of Bittersweet #FB6968

Tints of Bittersweet #FB6968

Color information

#FB6968 (or 0xFB6968) is unknown color: approx Bittersweet. HEX triplet: FB, 69 and 68. RGB value is (251,105,104). Sum of RGB (Red+Green+Blue) = 251+105+104=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6968 is #049697. Grayscale: #949494. Windows color (decimal): -300696 or 6842875. OLE color: 6842875.

HSL color Cylindrical-coordinate representation of color #FB6968: 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.59%. Process color model (Four color, CMYK) of #FB6968 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB251105104-
CMYK00.580.590.02
HSL0.41º94.84%69.61%-
HSV(B)0.41º58.57%98.43%-
XYZ47.3331.6116.7-
YUV148.54102.87201.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.57%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=54.57%
G=22.83%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110510400.580.590.020.4194.8469.61
HexFB696803A3B205f46
Octal3731511500727320137106
Binary1111101111010011101000011101011101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6968; }

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

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

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

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

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

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

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

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