#F0AB9C

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

Shades of Wax Flower #F0AB9C

Tints of Wax Flower #F0AB9C

Color information

#F0AB9C (or 0xF0AB9C) is unknown color: approx Wax Flower. HEX triplet: F0, AB and 9C. RGB value is (240,171,156). Sum of RGB (Red+Green+Blue) = 240+171+156=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB9C is #0F5463. Grayscale: #BEBEBE. Windows color (decimal): -1004644 or 10267632. OLE color: 10267632.

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

Color convert

RGB240171156-
CMYK00.290.350.06
HSL10.71º73.68%77.65%-
HSV(B)10.71º35%94.12%-
XYZ56.550.0538.14-
YUV189.92108.86163.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=42.33%
G=30.16%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017115600.290.350.0610.7173.6877.65
HexF0AB9C01D236b4a4e
Octal36025323403543613112116
Binary111100001010101110011100011101100011110101110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AB9C; }

 p { color: rgb(240,171,156); }

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

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

 a { background-color: rgb(240,171,156); }

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

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

 span { border-color: rgb(240,171,156); }

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