#F0BAA6

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

Shades of Wax Flower #F0BAA6

Tints of Wax Flower #F0BAA6

Color information

#F0BAA6 (or 0xF0BAA6) is unknown color: approx Wax Flower. HEX triplet: F0, BA and A6. RGB value is (240,186,166). Sum of RGB (Red+Green+Blue) = 240+186+166=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAA6 is #0F4559. Grayscale: #C8C8C8. Windows color (decimal): -1000794 or 10926832. OLE color: 10926832.

HSL color Cylindrical-coordinate representation of color #F0BAA6: hue angle of 16.22º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0BAA6 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240186166-
CMYK00.220.310.06
HSL16.22º71.15%79.61%-
HSV(B)16.22º30.83%94.12%-
XYZ60.3856.443.78-
YUV199.87108.89156.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=40.54%
G=31.42%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018616600.220.310.0616.2271.1579.61
HexF0BAA60161F6104750
Octal36027224602637620107120
Binary111100001011101010100110010110111111101000010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAA6; }

 p { color: rgb(240,186,166); }

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

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

 a { background-color: rgb(240,186,166); }

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

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

 span { border-color: rgb(240,186,166); }

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