#F0B0A3

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

Shades of Wax Flower #F0B0A3

Tints of Wax Flower #F0B0A3

Color information

#F0B0A3 (or 0xF0B0A3) is unknown color: approx Wax Flower. HEX triplet: F0, B0 and A3. RGB value is (240,176,163). Sum of RGB (Red+Green+Blue) = 240+176+163=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0A3 is #0F4F5C. Grayscale: #C1C1C1. Windows color (decimal): -1003357 or 10727664. OLE color: 10727664.

HSL color Cylindrical-coordinate representation of color #F0B0A3: hue angle of 10.13º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0B0A3 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240176163-
CMYK00.270.320.06
HSL10.13º71.96%79.02%-
HSV(B)10.13º32.08%94.12%-
XYZ58.0752.2241.67-
YUV193.65110.7161.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 163 (64.06% from 255) = 28.15%
R=41.45%
G=30.40%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017616300.270.320.0610.1371.9679.02
HexF0B0A301B206a484f
Octal36026024303340612110117
Binary111100001011000010100011011011100000110101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0A3; }

 p { color: rgb(240,176,163); }

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

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

 a { background-color: rgb(240,176,163); }

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

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

 span { border-color: rgb(240,176,163); }

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