#F1AB9E

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

Shades of Wax Flower #F1AB9E

Tints of Wax Flower #F1AB9E

Color information

#F1AB9E (or 0xF1AB9E) is unknown color: approx Wax Flower. HEX triplet: F1, AB and 9E. RGB value is (241,171,158). Sum of RGB (Red+Green+Blue) = 241+171+158=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB9E is #0E5461. Grayscale: #BEBEBE. Windows color (decimal): -939106 or 10398705. OLE color: 10398705.

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

Color convert

RGB241171158-
CMYK00.290.340.05
HSL9.4º74.77%78.24%-
HSV(B)9.4º34.44%94.51%-
XYZ57.0150.339.05-
YUV190.45109.69164.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=42.28%
G=30%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117115800.290.340.059.474.7778.24
HexF1AB9E01D22594b4e
Octal36125323603542511113116
Binary111100011010101110011110011101100010101100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB9E; }

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

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

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

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

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

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

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

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