#F1AD93

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

Shades of Wax Flower #F1AD93

Tints of Wax Flower #F1AD93

Color information

#F1AD93 (or 0xF1AD93) is unknown color: approx Wax Flower. HEX triplet: F1, AD and 93. RGB value is (241,173,147). Sum of RGB (Red+Green+Blue) = 241+173+147=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD93 is #0E526C. Grayscale: #BEBEBE. Windows color (decimal): -938605 or 9678321. OLE color: 9678321.

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

Color convert

RGB241173147-
CMYK00.280.390.05
HSL16.6º77.05%76.08%-
HSV(B)16.6º39%94.51%-
XYZ56.4950.6934.41-
YUV190.37103.53164.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=42.96%
G=30.84%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117314700.280.390.0516.677.0576.08
HexF1AD9301C275114d4c
Octal36125522303447521115114
Binary1111000110101101100100110111001001111011000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD93; }

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

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

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

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

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

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

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

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