Html Css Color HEX #FC706C Bittersweet

📋 copy color: '#FC706C'

red 252 ◦ green 112 ◦ blue 108

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

Shades of Bittersweet #FC706C

Tints of Bittersweet #FC706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

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

R = 53.39%
G = 23.73%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC706C (or 0xFC706C) is known color: Bittersweet. HEX triplet: FC, 70 and 6C. RGB value is (252,112,108). Sum of RGB (Red+Green+Blue) = 252+112+108=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC706C is #038F93. Grayscale: #999999. Windows color (decimal): -233364 or 7106812. OLE color: 7106812.

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

Color convert

RGB 252 112 108 -
CMYK 0 0.56 0.57 0.01
HSL 1.67º 0.96% 0.71% -
HSV(B) 1.67º 0.57% 0.99% -
XYZ 48.65 33.37 18.06 -
YUV 153.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 252 112 108 0 0.56 0.57 0.01 1.67 0.96 0.71
Hex FC 70 6C 0 38 39 1 2 60 47
Octal 374 160 154 0 70 71 1 2 140 107
Binary 11111100 1110000 1101100 0 111000 111001 1 10 1100000 1000111

Color Harmonies of #FC706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC706C

Black with #FC706C

Text Example


Text Example

White with #FC706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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