#F2BAA2

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

Shades of Wax Flower #F2BAA2

Tints of Wax Flower #F2BAA2

Color information

#F2BAA2 (or 0xF2BAA2) is unknown color: approx Wax Flower. HEX triplet: F2, BA and A2. RGB value is (242,186,162). Sum of RGB (Red+Green+Blue) = 242+186+162=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAA2 is #0D455D. Grayscale: #C8C8C8. Windows color (decimal): -869726 or 10664690. OLE color: 10664690.

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

Color convert

RGB242186162-
CMYK00.230.330.05
HSL18º75.47%79.22%-
HSV(B)18º33.06%94.9%-
XYZ60.756.641.91-
YUV200.01106.55157.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 162 (63.67% from 255) = 27.46%
R=41.02%
G=31.53%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218616200.230.330.051875.4779.22
HexF2BAA2017215124b4f
Octal36227224202741522113117
Binary1111001010111010101000100101111000011011001010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAA2; }

 p { color: rgb(242,186,162); }

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

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

 a { background-color: rgb(242,186,162); }

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

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

 span { border-color: rgb(242,186,162); }

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