#FC6B6A

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

Shades of Bittersweet #FC6B6A

Tints of Bittersweet #FC6B6A

Color information

#FC6B6A (or 0xFC6B6A) is unknown color: approx Bittersweet. HEX triplet: FC, 6B and 6A. RGB value is (252,107,106). Sum of RGB (Red+Green+Blue) = 252+107+106=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B6A is #039495. Grayscale: #969696. Windows color (decimal): -234646 or 6974460. OLE color: 6974460.

HSL color Cylindrical-coordinate representation of color #FC6B6A: hue angle of 0.41º degrees, saturation: 0.96, 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 #FC6B6A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252107106-
CMYK00.580.580.01
HSL0.41º96.05%70.2%-
HSV(B)0.41º57.94%98.82%-
XYZ4832.2517.33-
YUV150.24103.04200.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=54.19%
G=23.01%
B=22.80%

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
Decimal25210710600.580.580.010.4196.0570.2
HexFC6B6A03A3A106046
Octal3741531520727210140106
Binary111111001101011110101001110101110101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B6A; }

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

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

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

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

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

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

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

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