#F2B6A1

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

Shades of Wax Flower #F2B6A1

Tints of Wax Flower #F2B6A1

Color information

#F2B6A1 (or 0xF2B6A1) is unknown color: approx Wax Flower. HEX triplet: F2, B6 and A1. RGB value is (242,182,161). Sum of RGB (Red+Green+Blue) = 242+182+161=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B6A1 is #0D495E. Grayscale: #C5C5C5. Windows color (decimal): -870751 or 10598130. OLE color: 10598130.

HSL color Cylindrical-coordinate representation of color #F2B6A1: hue angle of 15.56º degrees, saturation: 0.76, 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 #F2B6A1 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB242182161-
CMYK00.250.330.05
HSL15.56º75.7%79.02%-
HSV(B)15.56º33.47%94.9%-
XYZ59.7854.9141.17-
YUV197.55107.38159.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=41.37%
G=31.11%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218216100.250.330.0515.5675.779.02
HexF2B6A1019215104c4f
Octal36226624103141520114117
Binary1111001010110110101000010110011000011011000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6A1; }

 p { color: rgb(242,182,161); }

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

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

 a { background-color: rgb(242,182,161); }

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

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

 span { border-color: rgb(242,182,161); }

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