Html Css Color HEX #FC706B Bittersweet

📋 copy color: '#FC706B'

red 252 ◦ green 112 ◦ blue 107

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

Shades of Bittersweet #FC706B

Tints of Bittersweet #FC706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 53.5%
G = 23.78%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC706B (or 0xFC706B) is known color: Bittersweet. HEX triplet: FC, 70 and 6B. RGB value is (252,112,107). Sum of RGB (Red+Green+Blue) = 252+112+107=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC706B is #038F94. Grayscale: #999999. Windows color (decimal): -233365 or 7041276. OLE color: 7041276.

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

Color convert

RGB 252 112 107 -
CMYK 0 0.56 0.58 0.01
HSL 2.07º 0.96% 0.7% -
HSV(B) 2.07º 0.58% 0.99% -
XYZ 48.59 33.35 17.79 -
YUV 153.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 252 112 107 0 0.56 0.58 0.01 2.07 0.96 0.7
Hex FC 70 6B 0 38 3A 1 2 60 46
Octal 374 160 153 0 70 72 1 2 140 106
Binary 11111100 1110000 1101011 0 111000 111010 1 10 1100000 1000110

Color Harmonies of #FC706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC706B

Black with #FC706B

Text Example


Text Example

White with #FC706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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