#F3B4A4

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

Shades of Wax Flower #F3B4A4

Tints of Wax Flower #F3B4A4

Color information

#F3B4A4 (or 0xF3B4A4) is unknown color: approx Wax Flower. HEX triplet: F3, B4 and A4. RGB value is (243,180,164). Sum of RGB (Red+Green+Blue) = 243+180+164=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B4A4 is #0C4B5B. Grayscale: #C5C5C5. Windows color (decimal): -805724 or 10794227. OLE color: 10794227.

HSL color Cylindrical-coordinate representation of color #F3B4A4: hue angle of 12.15º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3B4A4 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB243180164-
CMYK00.260.330.05
HSL12.15º76.7%79.8%-
HSV(B)12.15º32.51%95.29%-
XYZ59.9854.3842.46-
YUV197.01109.37160.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=41.40%
G=30.66%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318016400.260.330.0512.1576.779.8
HexF3B4A401A215c4d50
Octal36326424403241514115120
Binary111100111011010010100100011010100001101110010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B4A4; }

 p { color: rgb(243,180,164); }

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

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

 a { background-color: rgb(243,180,164); }

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

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

 span { border-color: rgb(243,180,164); }

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