#F3BCAF

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

Shades of Melon #F3BCAF

Tints of Melon #F3BCAF

Color information

#F3BCAF (or 0xF3BCAF) is unknown color: approx Melon. HEX triplet: F3, BC and AF. RGB value is (243,188,175). Sum of RGB (Red+Green+Blue) = 243+188+175=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BCAF is #0C4350. Grayscale: #CBCBCB. Windows color (decimal): -803665 or 11517171. OLE color: 11517171.

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

Color convert

RGB243188175-
CMYK00.230.280.05
HSL11.47º73.91%81.96%-
HSV(B)11.47º27.98%95.29%-
XYZ62.6858.1248.47-
YUV202.96112.22156.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=40.10%
G=31.02%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318817500.230.280.0511.4773.9181.96
HexF3BCAF0171C5b4a52
Octal36327425702734513112122
Binary11110011101111001010111101011111100101101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCAF; }

 p { color: rgb(243,188,175); }

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

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

 a { background-color: rgb(243,188,175); }

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

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

 span { border-color: rgb(243,188,175); }

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