Html Css Color HEX #FC6D6C Bittersweet

📋 copy color: '#FC6D6C'

red 252 ◦ green 109 ◦ blue 108

#FC6D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FC6D6C

Tints of Bittersweet #FC6D6C

RGB

 RED value IS 252 (98.83% from 255) = 53.73%

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 53.73%
G = 23.24%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC6D6C (or 0xFC6D6C) is known color: Bittersweet. HEX triplet: FC, 6D and 6C. RGB value is (252,109,108). Sum of RGB (Red+Green+Blue) = 252+109+108=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D6C is #039293. Grayscale: #979797. Windows color (decimal): -234132 or 7106044. OLE color: 7106044.

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

Color convert

RGB 252 109 108 -
CMYK 0 0.57 0.57 0.01
HSL 0.42º 0.96% 0.71% -
HSV(B) 0.42º 0.57% 0.99% -
XYZ 48.32 32.72 17.96 -
YUV 151.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 252 109 108 0 0.57 0.57 0.01 0.42 0.96 0.71
Hex FC 6D 6C 0 39 39 1 0 60 47
Octal 374 155 154 0 71 71 1 0 140 107
Binary 11111100 1101101 1101100 0 111001 111001 1 0 1100000 1000111

Color Harmonies of #FC6D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D6C

Black with #FC6D6C

Text Example


Text Example

White with #FC6D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D6C; }

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

 H1.HeaderClassName
 {
   color: #FC6D6C;
 }
 .AnyTagClassName
 {
   color: #FC6D6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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