Html Css Color HEX #FC706E Bittersweet

📋 copy color: '#FC706E'

red 252 ◦ green 112 ◦ blue 110

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

Shades of Bittersweet #FC706E

Tints of Bittersweet #FC706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 53.16%
G = 23.63%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC706E (or 0xFC706E) is known color: Bittersweet. HEX triplet: FC, 70 and 6E. RGB value is (252,112,110). Sum of RGB (Red+Green+Blue) = 252+112+110=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC706E is #038F91. Grayscale: #999999. Windows color (decimal): -233362 or 7237884. OLE color: 7237884.

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

Color convert

RGB 252 112 110 -
CMYK 0 0.56 0.56 0.01
HSL 0.85º 0.96% 0.71% -
HSV(B) 0.85º 0.56% 0.99% -
XYZ 48.75 33.41 18.63 -
YUV 153.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 252 112 110 0 0.56 0.56 0.01 0.85 0.96 0.71
Hex FC 70 6E 0 38 38 1 1 60 47
Octal 374 160 156 0 70 70 1 1 140 107
Binary 11111100 1110000 1101110 0 111000 111000 1 1 1100000 1000111

Color Harmonies of #FC706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC706E

Black with #FC706E

Text Example


Text Example

White with #FC706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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