#FD6967

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

Shades of Bittersweet #FD6967

Tints of Bittersweet #FD6967

Color information

#FD6967 (or 0xFD6967) is unknown color: approx Bittersweet. HEX triplet: FD, 69 and 67. RGB value is (253,105,103). Sum of RGB (Red+Green+Blue) = 253+105+103=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6967 is #029698. Grayscale: #959595. Windows color (decimal): -169625 or 6777341. OLE color: 6777341.

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

Color convert

RGB253105103-
CMYK00.580.590.01
HSL0.8º97.4%69.8%-
HSV(B)0.8º59.29%99.22%-
XYZ48.0131.9716.47-
YUV149.02102.03202.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.88%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=54.88%
G=22.78%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310510300.580.590.010.897.469.8
HexFD696703A3B116146
Octal3751511470727311141106
Binary111111011101001110011101110101110111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6967; }

 p { color: rgb(253,105,103); }

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

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

 a { background-color: rgb(253,105,103); }

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

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

 span { border-color: rgb(253,105,103); }

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