#F2AD9D

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

Shades of Wax Flower #F2AD9D

Tints of Wax Flower #F2AD9D

Color information

#F2AD9D (or 0xF2AD9D) is unknown color: approx Wax Flower. HEX triplet: F2, AD and 9D. RGB value is (242,173,157). Sum of RGB (Red+Green+Blue) = 242+173+157=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD9D is #0D5262. Grayscale: #BFBFBF. Windows color (decimal): -873059 or 10333682. OLE color: 10333682.

HSL color Cylindrical-coordinate representation of color #F2AD9D: hue angle of 11.29º degrees, saturation: 0.77, 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 #F2AD9D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB242173157-
CMYK00.290.350.05
HSL11.29º76.58%78.24%-
HSV(B)11.29º35.12%94.9%-
XYZ57.6551.238.74-
YUV191.81108.36163.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=42.31%
G=30.24%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217315700.290.350.0511.2976.5878.24
HexF2AD9D01D235b4d4e
Octal36225523503543513115116
Binary111100101010110110011101011101100011101101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD9D; }

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

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

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

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

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

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

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

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