Html Css Color HEX #F6B39E Wax Flower

📋 copy color: '#F6B39E'

red 246 ◦ green 179 ◦ blue 158

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

Shades of Wax Flower #F6B39E

Tints of Wax Flower #F6B39E

RGB

 RED value IS 246 (96.48% from 255) = 42.2%

 GREEN value IS 179 (70.31% from 255) = 30.7%

 BLUE value IS 158 (62.11% from 255) = 27.1%

R = 42.2%
G = 30.7%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6B39E (or 0xF6B39E) is known color: Wax Flower. HEX triplet: F6, B3 and 9E. RGB value is (246,179,158). Sum of RGB (Red+Green+Blue) = 246+179+158=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B39E is #094C61. Grayscale: #C4C4C4. Windows color (decimal): -609378 or 10400758. OLE color: 10400758.

HSL color Cylindrical-coordinate representation of color #F6B39E: hue angle of 14.32º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6B39E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 179 158 -
CMYK 0 0.27 0.36 0.04
HSL 14.32º 0.83% 0.79% -
HSV(B) 14.32º 0.36% 0.96% -
XYZ 60.3 54.3 39.65 -
YUV 196.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 246 179 158 0 0.27 0.36 0.04 14.32 0.83 0.79
Hex F6 B3 9E 0 1B 24 4 E 53 4F
Octal 366 263 236 0 33 44 4 16 123 117
Binary 11110110 10110011 10011110 0 11011 100100 100 1110 1010011 1001111

Color Harmonies of #F6B39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B39E

Black with #F6B39E

Text Example


Text Example

White with #F6B39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B39E; }

 p { color: rgb(246,179,158); }

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

background-color css

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

 a { background-color: rgb(246,179,158); }

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

border-color css

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

 span { border-color: rgb(246,179,158); }

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