Html Css Color HEX #F6B19E Wax Flower

📋 copy color: '#F6B19E'

red 246 ◦ green 177 ◦ blue 158

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

Shades of Wax Flower #F6B19E

Tints of Wax Flower #F6B19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.46%

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

R = 42.34%
G = 30.46%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6B19E (or 0xF6B19E) is known color: Wax Flower. HEX triplet: F6, B1 and 9E. RGB value is (246,177,158). Sum of RGB (Red+Green+Blue) = 246+177+158=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B19E is #094E61. Grayscale: #C3C3C3. Windows color (decimal): -609890 or 10400246. OLE color: 10400246.

HSL color Cylindrical-coordinate representation of color #F6B19E: hue angle of 12.95º 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 #F6B19E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 177 158 -
CMYK 0 0.28 0.36 0.04
HSL 12.95º 0.83% 0.79% -
HSV(B) 12.95º 0.36% 0.96% -
XYZ 59.9 53.51 39.52 -
YUV 195.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 246 177 158 0 0.28 0.36 0.04 12.95 0.83 0.79
Hex F6 B1 9E 0 1C 24 4 D 53 4F
Octal 366 261 236 0 34 44 4 15 123 117
Binary 11110110 10110001 10011110 0 11100 100100 100 1101 1010011 1001111

Color Harmonies of #F6B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B19E

Black with #F6B19E

Text Example


Text Example

White with #F6B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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