#F1AB95

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

Shades of Wax Flower #F1AB95

Tints of Wax Flower #F1AB95

Color information

#F1AB95 (or 0xF1AB95) is unknown color: approx Wax Flower. HEX triplet: F1, AB and 95. RGB value is (241,171,149). Sum of RGB (Red+Green+Blue) = 241+171+149=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB95 is #0E546A. Grayscale: #BDBDBD. Windows color (decimal): -939115 or 9808881. OLE color: 9808881.

HSL color Cylindrical-coordinate representation of color #F1AB95: hue angle of 14.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1AB95 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241171149-
CMYK00.290.380.05
HSL14.35º76.67%76.47%-
HSV(B)14.35º38.17%94.51%-
XYZ56.265035.12-
YUV189.42105.19164.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=42.96%
G=30.48%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117114900.290.380.0514.3576.6776.47
HexF1AB9501D265e4d4c
Octal36125322503546516115114
Binary111100011010101110010101011101100110101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB95; }

 p { color: rgb(241,171,149); }

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

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

 a { background-color: rgb(241,171,149); }

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

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

 span { border-color: rgb(241,171,149); }

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