Html Css Color HEX #F6B9A4 Wax Flower

📋 copy color: '#F6B9A4'

red 246 ◦ green 185 ◦ blue 164

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

Shades of Wax Flower #F6B9A4

Tints of Wax Flower #F6B9A4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.09%

 BLUE value IS 164 (64.45% from 255) = 27.56%

R = 41.34%
G = 31.09%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F6B9A4 (or 0xF6B9A4) is known color: Wax Flower. HEX triplet: F6, B9 and A4. RGB value is (246,185,164). Sum of RGB (Red+Green+Blue) = 246+185+164=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B9A4 is #09465B. Grayscale: #C8C8C8. Windows color (decimal): -607836 or 10795510. OLE color: 10795510.

HSL color Cylindrical-coordinate representation of color #F6B9A4: hue angle of 15.37º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6B9A4 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 185 164 -
CMYK 0 0.25 0.33 0.04
HSL 15.37º 0.82% 0.8% -
HSV(B) 15.37º 0.33% 0.96% -
XYZ 62.06 56.97 42.85 -
YUV 200.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 246 185 164 0 0.25 0.33 0.04 15.37 0.82 0.8
Hex F6 B9 A4 0 19 21 4 F 52 50
Octal 366 271 244 0 31 41 4 17 122 120
Binary 11110110 10111001 10100100 0 11001 100001 100 1111 1010010 1010000

Color Harmonies of #F6B9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9A4

Black with #F6B9A4

Text Example


Text Example

White with #F6B9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9A4; }

 p { color: rgb(246,185,164); }

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

background-color css

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

 a { background-color: rgb(246,185,164); }

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

border-color css

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

 span { border-color: rgb(246,185,164); }

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