#F5B29B

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

Shades of Wax Flower #F5B29B

Tints of Wax Flower #F5B29B

Color information

#F5B29B (or 0xF5B29B) is unknown color: approx Wax Flower. HEX triplet: F5, B2 and 9B. RGB value is (245,178,155). Sum of RGB (Red+Green+Blue) = 245+178+155=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B29B is #0A4D64. Grayscale: #C3C3C3. Windows color (decimal): -675173 or 10203893. OLE color: 10203893.

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

Color convert

RGB245178155-
CMYK00.270.370.04
HSL15.33º81.82%78.43%-
HSV(B)15.33º36.73%96.08%-
XYZ59.4953.6238.22-
YUV195.41105.2163.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 155 (60.94% from 255) = 26.82%
R=42.39%
G=30.80%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517815500.270.370.0415.3381.8278.43
HexF5B29B01B254f524e
Octal36526223303345417122116
Binary111101011011001010011011011011100101100111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B29B; }

 p { color: rgb(245,178,155); }

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

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

 a { background-color: rgb(245,178,155); }

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

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

 span { border-color: rgb(245,178,155); }

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