#FC6D6B

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

Shades of Bittersweet #FC6D6B

Tints of Bittersweet #FC6D6B

Color information

#FC6D6B (or 0xFC6D6B) is unknown color: approx Bittersweet. HEX triplet: FC, 6D and 6B. RGB value is (252,109,107). Sum of RGB (Red+Green+Blue) = 252+109+107=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D6B is #039294. Grayscale: #979797. Windows color (decimal): -234133 or 7040508. OLE color: 7040508.

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

Color convert

RGB252109107-
CMYK00.570.580.01
HSL0.83º96.03%70.39%-
HSV(B)0.83º57.54%98.82%-
XYZ48.2732.6917.68-
YUV151.53102.88199.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.85%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=53.85%
G=23.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210910700.570.580.010.8396.0370.39
HexFC6D6B0393A116046
Octal3741551530717211140106
Binary111111001101101110101101110011110101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6D6B; }

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

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

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

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

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

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

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

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