#F1AB99

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

Shades of Wax Flower #F1AB99

Tints of Wax Flower #F1AB99

Color information

#F1AB99 (or 0xF1AB99) is unknown color: approx Wax Flower. HEX triplet: F1, AB and 99. RGB value is (241,171,153). Sum of RGB (Red+Green+Blue) = 241+171+153=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB99 is #0E5466. Grayscale: #BEBEBE. Windows color (decimal): -939111 or 10071025. OLE color: 10071025.

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

Color convert

RGB241171153-
CMYK00.290.370.05
HSL12.27º75.86%77.25%-
HSV(B)12.27º36.51%94.51%-
XYZ56.5950.1336.83-
YUV189.88107.19164.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=42.65%
G=30.27%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117115300.290.370.0512.2775.8677.25
HexF1AB9901D255c4c4d
Octal36125323103545514114115
Binary111100011010101110011001011101100101101110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB99; }

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

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

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

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

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

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

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

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