#F4B7A4

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

Shades of Wax Flower #F4B7A4

Tints of Wax Flower #F4B7A4

Color information

#F4B7A4 (or 0xF4B7A4) is unknown color: approx Wax Flower. HEX triplet: F4, B7 and A4. RGB value is (244,183,164). Sum of RGB (Red+Green+Blue) = 244+183+164=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B7A4 is #0B485B. Grayscale: #C7C7C7. Windows color (decimal): -739420 or 10794996. OLE color: 10794996.

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

Color convert

RGB244183164-
CMYK00.250.330.04
HSL14.25º78.43%80%-
HSV(B)14.25º32.79%95.69%-
XYZ60.9455.7842.68-
YUV199.07108.21160.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 183 (71.88% from 255) = 30.96%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=41.29%
G=30.96%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418316400.250.330.0414.2578.4380
HexF4B7A4019214e4e50
Octal36426724403141416116120
Binary111101001011011110100100011001100001100111010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B7A4; }

 p { color: rgb(244,183,164); }

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

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

 a { background-color: rgb(244,183,164); }

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

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

 span { border-color: rgb(244,183,164); }

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