#F0B29D

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

Shades of Wax Flower #F0B29D

Tints of Wax Flower #F0B29D

Color information

#F0B29D (or 0xF0B29D) is unknown color: approx Wax Flower. HEX triplet: F0, B2 and 9D. RGB value is (240,178,157). Sum of RGB (Red+Green+Blue) = 240+178+157=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B29D is #0F4D62. Grayscale: #C2C2C2. Windows color (decimal): -1002851 or 10334960. OLE color: 10334960.

HSL color Cylindrical-coordinate representation of color #F0B29D: hue angle of 15.18º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B29D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240178157-
CMYK00.260.350.06
HSL15.18º73.45%77.84%-
HSV(B)15.18º34.58%94.12%-
XYZ57.9452.839.04-
YUV194.14107.04160.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=41.74%
G=30.96%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017815700.260.350.0615.1873.4577.84
HexF0B29D01A236f494e
Octal36026223503243617111116
Binary111100001011001010011101011010100011110111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B29D; }

 p { color: rgb(240,178,157); }

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

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

 a { background-color: rgb(240,178,157); }

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

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

 span { border-color: rgb(240,178,157); }

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