#F0B19D

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

Shades of Wax Flower #F0B19D

Tints of Wax Flower #F0B19D

Color information

#F0B19D (or 0xF0B19D) is unknown color: approx Wax Flower. HEX triplet: F0, B1 and 9D. RGB value is (240,177,157). Sum of RGB (Red+Green+Blue) = 240+177+157=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B19D is #0F4E62. Grayscale: #C1C1C1. Windows color (decimal): -1003107 or 10334704. OLE color: 10334704.

HSL color Cylindrical-coordinate representation of color #F0B19D: hue angle of 14.46º 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 #F0B19D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240177157-
CMYK00.260.350.06
HSL14.46º73.45%77.84%-
HSV(B)14.46º34.58%94.12%-
XYZ57.7452.438.97-
YUV193.56107.37161.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=41.81%
G=30.84%
B=27.35%

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
Decimal24017715700.260.350.0614.4673.4577.84
HexF0B19D01A236e494e
Octal36026123503243616111116
Binary111100001011000110011101011010100011110111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B19D; }

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

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

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

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

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

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

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

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