#FD6B6A

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

Shades of Bittersweet #FD6B6A

Tints of Bittersweet #FD6B6A

Color information

#FD6B6A (or 0xFD6B6A) is unknown color: approx Bittersweet. HEX triplet: FD, 6B and 6A. RGB value is (253,107,106). Sum of RGB (Red+Green+Blue) = 253+107+106=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6B6A is #029495. Grayscale: #969696. Windows color (decimal): -169110 or 6974461. OLE color: 6974461.

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

Color convert

RGB253107106-
CMYK00.580.580.01
HSL0.41º97.35%70.39%-
HSV(B)0.41º58.1%99.22%-
XYZ48.3732.4417.35-
YUV150.54102.87201.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=54.29%
G=22.96%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310710600.580.580.010.4197.3570.39
HexFD6B6A03A3A106146
Octal3751531520727210141106
Binary111111011101011110101001110101110101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6B6A; }

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

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

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

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

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

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

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

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