#F6BAA5

Color #F6BAA5 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #F6BAA5

Tints of Wax Flower #F6BAA5

Color information

#F6BAA5 (or 0xF6BAA5) is unknown color: approx Wax Flower. HEX triplet: F6, BA and A5. RGB value is (246,186,165). Sum of RGB (Red+Green+Blue) = 246+186+165=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BAA5 is #09455A. Grayscale: #C9C9C9. Windows color (decimal): -607579 or 10861302. OLE color: 10861302.

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

Color convert

RGB246186165-
CMYK00.240.330.04
HSL15.56º81.82%80.59%-
HSV(B)15.56º32.93%96.47%-
XYZ62.3657.4343.4-
YUV201.55107.38159.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 165 (64.84% from 255) = 27.64%
R=41.21%
G=31.16%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618616500.240.330.0415.5681.8280.59
HexF6BAA5018214105251
Octal36627224503041420122121
Binary1111011010111010101001010110001000011001000010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAA5; }

 p { color: rgb(246,186,165); }

 H1.HeaderClassName
 {
   color: #F6BAA5;
 }
 .AnyTagClassName
 {
   color: #F6BAA5;
 }
</style>
background-color css

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

 a { background-color: rgb(246,186,165); }

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

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

 span { border-color: rgb(246,186,165); }

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