#F1AD99

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

Shades of Wax Flower #F1AD99

Tints of Wax Flower #F1AD99

Color information

#F1AD99 (or 0xF1AD99) is unknown color: approx Wax Flower. HEX triplet: F1, AD and 99. RGB value is (241,173,153). Sum of RGB (Red+Green+Blue) = 241+173+153=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD99 is #0E5266. Grayscale: #BFBFBF. Windows color (decimal): -938599 or 10071537. OLE color: 10071537.

HSL color Cylindrical-coordinate representation of color #F1AD99: hue angle of 13.64º 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 #F1AD99 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241173153-
CMYK00.280.370.05
HSL13.64º75.86%77.25%-
HSV(B)13.64º36.51%94.51%-
XYZ56.9750.8936.96-
YUV191.05106.53163.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=42.50%
G=30.51%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117315300.280.370.0513.6475.8677.25
HexF1AD9901C255e4c4d
Octal36125523103445516114115
Binary111100011010110110011001011100100101101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD99; }

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

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

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

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

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

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

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

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