Html Css Color HEX #F6B09F Wax Flower

📋 copy color: '#F6B09F'

red 246 ◦ green 176 ◦ blue 159

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

Shades of Wax Flower #F6B09F

Tints of Wax Flower #F6B09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.37%

R = 42.34%
G = 30.29%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6B09F (or 0xF6B09F) is known color: Wax Flower. HEX triplet: F6, B0 and 9F. RGB value is (246,176,159). Sum of RGB (Red+Green+Blue) = 246+176+159=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B09F is #094F60. Grayscale: #C3C3C3. Windows color (decimal): -610145 or 10465526. OLE color: 10465526.

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

Color convert

RGB 246 176 159 -
CMYK 0 0.28 0.35 0.04
HSL 11.72º 0.83% 0.79% -
HSV(B) 11.72º 0.35% 0.96% -
XYZ 59.79 53.15 39.91 -
YUV 194.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 246 176 159 0 0.28 0.35 0.04 11.72 0.83 0.79
Hex F6 B0 9F 0 1C 23 4 C 53 4F
Octal 366 260 237 0 34 43 4 14 123 117
Binary 11110110 10110000 10011111 0 11100 100011 100 1100 1010011 1001111

Color Harmonies of #F6B09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B09F

Black with #F6B09F

Text Example


Text Example

White with #F6B09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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