#F4B1A2

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

Shades of Wax Flower #F4B1A2

Tints of Wax Flower #F4B1A2

Color information

#F4B1A2 (or 0xF4B1A2) is unknown color: approx Wax Flower. HEX triplet: F4, B1 and A2. RGB value is (244,177,162). Sum of RGB (Red+Green+Blue) = 244+177+162=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B1A2 is #0B4E5D. Grayscale: #C3C3C3. Windows color (decimal): -740958 or 10662388. OLE color: 10662388.

HSL color Cylindrical-coordinate representation of color #F4B1A2: hue angle of 10.98º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4B1A2 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB244177162-
CMYK00.270.340.04
HSL10.98º78.85%79.61%-
HSV(B)10.98º33.61%95.69%-
XYZ59.5553.2941.33-
YUV195.32109.2162.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.85%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 162 (63.67% from 255) = 27.79%
R=41.85%
G=30.36%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417716200.270.340.0410.9878.8579.61
HexF4B1A201B224b4f50
Octal36426124203342413117120
Binary111101001011000110100010011011100010100101110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B1A2; }

 p { color: rgb(244,177,162); }

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

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

 a { background-color: rgb(244,177,162); }

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

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

 span { border-color: rgb(244,177,162); }

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