#F1AB93

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

Shades of Wax Flower #F1AB93

Tints of Wax Flower #F1AB93

Color information

#F1AB93 (or 0xF1AB93) is unknown color: approx Wax Flower. HEX triplet: F1, AB and 93. RGB value is (241,171,147). Sum of RGB (Red+Green+Blue) = 241+171+147=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB93 is #0E546C. Grayscale: #BDBDBD. Windows color (decimal): -939117 or 9677809. OLE color: 9677809.

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

Color convert

RGB241171147-
CMYK00.290.390.05
HSL15.32º77.05%76.08%-
HSV(B)15.32º39%94.51%-
XYZ56.149.9334.28-
YUV189.19104.19164.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=43.11%
G=30.59%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117114700.290.390.0515.3277.0576.08
HexF1AB9301D275f4d4c
Octal36125322303547517115114
Binary111100011010101110010011011101100111101111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB93; }

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

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

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

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

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

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

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

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