#F0B097

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

Shades of Wax Flower #F0B097

Tints of Wax Flower #F0B097

Color information

#F0B097 (or 0xF0B097) is unknown color: approx Wax Flower. HEX triplet: F0, B0 and 97. RGB value is (240,176,151). Sum of RGB (Red+Green+Blue) = 240+176+151=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B097 is #0F4F68. Grayscale: #C0C0C0. Windows color (decimal): -1003369 or 9941232. OLE color: 9941232.

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

Color convert

RGB240176151-
CMYK00.270.370.06
HSL16.85º74.79%76.67%-
HSV(B)16.85º37.08%94.12%-
XYZ57.0551.8136.27-
YUV192.29104.7162.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 151 (59.38% from 255) = 26.63%
R=42.33%
G=31.04%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017615100.270.370.0616.8574.7976.67
HexF0B09701B256114b4d
Octal36026022703345621113115
Binary1111000010110000100101110110111001011101000110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B097; }

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

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

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

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

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

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

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

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