#f4b8a2

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

Shades of Wax Flower #F4B8A2

Tints of Wax Flower #F4B8A2

Color information

#F4B8A2 (or 0xF4B8A2) is unknown color: approx Wax Flower. HEX triplet: F4, B8 and A2. RGB value is (244,184,162). Sum of RGB (Red+Green+Blue) = 244+184+162=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B8A2 is #0B475D. Grayscale: #C7C7C7. Windows color (decimal): -739166 or 10664180. OLE color: 10664180.

HSL color Cylindrical-coordinate representation of color #F4B8A2: hue angle of 16.1º 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 #F4B8A2 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB244184162-
CMYK00.250.340.04
HSL16.1º78.85%79.61%-
HSV(B)16.1º33.61%95.69%-
XYZ60.9756.1241.8-
YUV199.43106.88159.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 162 (63.67% from 255) = 27.46%
R=41.36%
G=31.19%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418416200.250.340.0416.178.8579.61
HexF4B8A2019224104f50
Octal36427024203142420117120
Binary1111010010111000101000100110011000101001000010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4b8a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4b8a2; }

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

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

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

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

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

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

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

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