#F0A893

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

Shades of Wax Flower #F0A893

Tints of Wax Flower #F0A893

Color information

#F0A893 (or 0xF0A893) is unknown color: approx Wax Flower. HEX triplet: F0, A8 and 93. RGB value is (240,168,147). Sum of RGB (Red+Green+Blue) = 240+168+147=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A893 is #0F576C. Grayscale: #BBBBBB. Windows color (decimal): -1005421 or 9677040. OLE color: 9677040.

HSL color Cylindrical-coordinate representation of color #F0A893: hue angle of 13.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0A893 is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240168147-
CMYK00.30.390.06
HSL13.55º75.61%75.88%-
HSV(B)13.55º38.75%94.12%-
XYZ55.248.6434.08-
YUV187.13105.35165.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=43.24%
G=30.27%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016814700.30.390.0613.5575.6175.88
HexF0A89301E276e4c4c
Octal36025022303647616114114
Binary111100001010100010010011011110100111110111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A893; }

 p { color: rgb(240,168,147); }

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

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

 a { background-color: rgb(240,168,147); }

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

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

 span { border-color: rgb(240,168,147); }

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