#F1AD9D

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

Shades of Wax Flower #F1AD9D

Tints of Wax Flower #F1AD9D

Color information

#F1AD9D (or 0xF1AD9D) is unknown color: approx Wax Flower. HEX triplet: F1, AD and 9D. RGB value is (241,173,157). Sum of RGB (Red+Green+Blue) = 241+173+157=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD9D is #0E5262. Grayscale: #BFBFBF. Windows color (decimal): -938595 or 10333681. OLE color: 10333681.

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

Color convert

RGB241173157-
CMYK00.280.350.05
HSL11.43º75%78.04%-
HSV(B)11.43º34.85%94.51%-
XYZ57.3151.0238.73-
YUV191.51108.53163.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=42.21%
G=30.30%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117315700.280.350.0511.437578.04
HexF1AD9D01C235b4b4e
Octal36125523503443513113116
Binary111100011010110110011101011100100011101101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD9D; }

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

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

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

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

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

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

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

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