Html Css Color HEX #FE706B Bittersweet

📋 copy color: '#FE706B'

red 254 ◦ green 112 ◦ blue 107

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

Shades of Bittersweet #FE706B

Tints of Bittersweet #FE706B

RGB

 RED value IS 254 (99.61% from 255) = 53.7%

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

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

R = 53.7%
G = 23.68%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE706B (or 0xFE706B) is known color: Bittersweet. HEX triplet: FE, 70 and 6B. RGB value is (254,112,107). Sum of RGB (Red+Green+Blue) = 254+112+107=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE706B is #018F94. Grayscale: #9A9A9A. Windows color (decimal): -102293 or 7041278. OLE color: 7041278.

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

Color convert

RGB 254 112 107 -
CMYK 0 0.56 0.58 0.00
HSL 2.04º 0.99% 0.71% -
HSV(B) 2.04º 0.58% 1% -
XYZ 49.32 33.72 17.82 -
YUV 153.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 254 112 107 0 0.56 0.58 0.00 2.04 0.99 0.71
Hex FE 70 6B 0 38 3A 0 2 63 47
Octal 376 160 153 0 70 72 0 2 143 107
Binary 11111110 1110000 1101011 0 111000 111010 0 10 1100011 1000111

Color Harmonies of #FE706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE706B

Black with #FE706B

Text Example


Text Example

White with #FE706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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