Html Css Color HEX #F6B09E Wax Flower

📋 copy color: '#F6B09E'

red 246 ◦ green 176 ◦ blue 158

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

Shades of Wax Flower #F6B09E

Tints of Wax Flower #F6B09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

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

R = 42.41%
G = 30.34%
B = 27.24%

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

#F6B09E (or 0xF6B09E) is known color: Wax Flower. HEX triplet: F6, B0 and 9E. RGB value is (246,176,158). Sum of RGB (Red+Green+Blue) = 246+176+158=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B09E is #094F61. Grayscale: #C3C3C3. Windows color (decimal): -610146 or 10399990. OLE color: 10399990.

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

Color convert

RGB 246 176 158 -
CMYK 0 0.28 0.36 0.04
HSL 12.27º 0.83% 0.79% -
HSV(B) 12.27º 0.36% 0.96% -
XYZ 59.7 53.11 39.45 -
YUV 194.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 246 176 158 0 0.28 0.36 0.04 12.27 0.83 0.79
Hex F6 B0 9E 0 1C 24 4 C 53 4F
Octal 366 260 236 0 34 44 4 14 123 117
Binary 11110110 10110000 10011110 0 11100 100100 100 1100 1010011 1001111

Color Harmonies of #F6B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B09E

Black with #F6B09E

Text Example


Text Example

White with #F6B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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