#F0A99E

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

Shades of Wax Flower #F0A99E

Tints of Wax Flower #F0A99E

Color information

#F0A99E (or 0xF0A99E) is unknown color: approx Wax Flower. HEX triplet: F0, A9 and 9E. RGB value is (240,169,158). Sum of RGB (Red+Green+Blue) = 240+169+158=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A99E is #0F5661. Grayscale: #BDBDBD. Windows color (decimal): -1005154 or 10398192. OLE color: 10398192.

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

Color convert

RGB240169158-
CMYK00.300.340.06
HSL8.05º73.21%78.04%-
HSV(B)8.05º34.17%94.12%-
XYZ56.2949.3738.91-
YUV188.97110.52164.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=42.33%
G=29.81%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016915800.300.340.068.0573.2178.04
HexF0A99E01E2268494e
Octal36025123603642610111116
Binary111100001010100110011110011110100010110100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A99E; }

 p { color: rgb(240,169,158); }

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

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

 a { background-color: rgb(240,169,158); }

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

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

 span { border-color: rgb(240,169,158); }

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